@@ -12,6 +12,9 @@ |
||
| 12 | 12 | private $limit = 30; |
| 13 | 13 | private $paginator; |
| 14 | 14 | |
| 15 | + /** |
|
| 16 | + * @param integer|null $limit |
|
| 17 | + */ |
|
| 15 | 18 | public function __construct(Query $query, int $offset = 0, ?int $limit, bool $fetchJoinCollection = true) |
| 16 | 19 | { |
| 17 | 20 | $this->offset = abs($offset); |