Completed
Push — master ( a73a07...f2b62d )
by Peter
05:49
created
src/Finder.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -413,7 +413,7 @@
 block discarded – undo
413 413
 	/**
414 414
 	 * Creates a list of documents based on the input data.
415 415
 	 * This method is internally used by the find methods.
416
-	 * @param Iterator|array $cursor Results found to populate active records.
416
+	 * @param \Iterator $cursor Results found to populate active records.
417 417
 	 * @return AnnotatedInterface[] array list of active records.
418 418
 	 * @since v1.0
419 419
 	 */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use Maslosoft\Mangan\Interfaces\ScopeManagerInterface;
28 28
 use Maslosoft\Mangan\Meta\ManganMeta;
29 29
 use Maslosoft\Mangan\Transformers\RawArray;
30
-use MongoCursor;
31 30
 
32 31
 /**
33 32
  * Finder
Please login to merge, or discard this patch.