Completed
Push — master ( 25abba...3dbe2e )
by Peter
06:50
created
src/Abstracts/AbstractFinder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -286,7 +286,7 @@
 block discarded – undo
286 286
 	/**
287 287
 	 * Whenever to use cursor
288 288
 	 * @param bool $useCursor
289
-	 * @return FinderInterface
289
+	 * @return AbstractFinder
290 290
 	 */
291 291
 	public function withCursor($useCursor = true)
292 292
 	{
Please login to merge, or discard this patch.
src/Helpers/RawFinder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -29,6 +29,9 @@
 block discarded – undo
29 29
 class RawFinder extends Finder
30 30
 {
31 31
 
32
+	/**
33
+	 * @param EntityManagerInterface $em
34
+	 */
32 35
 	public function __construct($model, $em = null)
33 36
 	{
34 37
 		parent::__construct($model, $em);
Please login to merge, or discard this patch.