You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -350,4 +377,17 @@ public function getIterator(): Traversable
350
377
351
378
thrownewLogicException('The current formatter doesn\'t return an iterable result');
352
379
}
380
+
381
+
/**
382
+
* Issue a SELECT query based on the current ModelCriteria
383
+
* and format the list of results with the current formatter
384
+
* By default, returns an array of model objects
385
+
*
386
+
* @phpstan-return T|mixed
387
+
*
388
+
* @param \Propel\Runtime\Connection\ConnectionInterface|null $con an optional connection object
389
+
*
390
+
* @return \Propel\Runtime\Collection\ObjectCollection|\Propel\Runtime\ActiveRecord\ActiveRecordInterface[]|mixed the list of results, formatted by the current formatter
* @param \Propel\Runtime\ActiveQuery\ModelCriteria $criteria The primary criteria
1036
1055
* @param \Propel\Runtime\ActiveQuery\Join $previousJoin The previousJoin for this ModelCriteria
1037
1056
*
@@ -1280,6 +1299,8 @@ protected function preSelect(ConnectionInterface $con): void
1280
1299
* and format the list of results with the current formatter
1281
1300
* By default, returns an array of model objects
1282
1301
*
1302
+
* @phpstan-return T|mixed
1303
+
*
1283
1304
* @param \Propel\Runtime\Connection\ConnectionInterface|null $con an optional connection object
1284
1305
*
1285
1306
* @return \Propel\Runtime\Collection\ObjectCollection|\Propel\Runtime\ActiveRecord\ActiveRecordInterface[]|mixed the list of results, formatted by the current formatter
0 commit comments