Completed
Branch feature/pre-split (7b42f5)
by Anton
03:44
created
Excluded/ODM/Entities/Compositor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -492,7 +492,7 @@  discard block
 block discarded – undo
492 492
     /**
493 493
      * {@inheritdoc}
494 494
      *
495
-     * @return DocumentEntity[]
495
+     * @return \ArrayIterator
496 496
      */
497 497
     public function getIterator()
498 498
     {
@@ -588,7 +588,7 @@  discard block
 block discarded – undo
588 588
      * Example:
589 589
      * $user->cards->findOne(['active' => true]);
590 590
      *
591
-     * @param array|DocumentEntity $query
591
+     * @param DocumentEntity $query
592 592
      *
593 593
      * @return null|DocumentEntity
594 594
      */
Please login to merge, or discard this patch.