@@ -286,7 +286,7 @@ |
||
| 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 | { |
@@ -29,6 +29,9 @@ |
||
| 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); |