Completed
Pull Request — master (#1870)
by Olivier
15:44 queued 06:25
created
lib/Doctrine/ODM/MongoDB/Persisters/DocumentPersister.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -479,6 +479,7 @@
 block discarded – undo
479 479
 
480 480
     /**
481 481
      * Finds documents by a set of criteria.
482
+     * @param integer $limit
482 483
      */
483 484
     public function loadAll(array $criteria = [], ?array $sort = null, ?int $limit = null, ?int $skip = null) : Iterator
484 485
     {
Please login to merge, or discard this patch.