@@ -17,9 +17,9 @@ |
||
17 | 17 | private int $start; |
18 | 18 | private int $pointer; |
19 | 19 | private int $limit; |
20 | - private int|bool $loadedStart = false; |
|
20 | + private int | bool $loadedStart = false; |
|
21 | 21 | private array $models = []; |
22 | - private int|bool $count = false; |
|
22 | + private int | bool $count = false; |
|
23 | 23 | |
24 | 24 | public function __construct(Query $query) |
25 | 25 | { |