Completed
Push — master ( ec290c...798422 )
by Peter
05:30
created
src/Cursor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
 	/**
49 49
 	 * Construct a new Cursor
50 50
 	 *
51
-	 * @param MongoCursor|Iterator|Countable $cursor the cursor returned by the query
51
+	 * @param Iterator $cursor the cursor returned by the query
52 52
 	 * @param AnnotatedInterface $model the model for instantiating objects
53 53
 	 * @since v1.3.4
54 54
 	 */
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 
72 72
 	/**
73 73
 	 * Return the current element
74
-	 * @return Document|null
74
+	 * @return null|AnnotatedInterface
75 75
 	 * @since v1.3.4
76 76
 	 */
77 77
 	public function current()
Please login to merge, or discard this patch.
src/Interfaces/Adapters/FinderAdapterInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 
29 29
 	/**
30 30
 	 * @param CriteriaInterface $criteria
31
-	 * @param string[] $fields
32 31
 	 * @return int
33 32
 	 */
34 33
 	public function count(CriteriaInterface $criteria);
Please login to merge, or discard this patch.