@@ -21,10 +21,10 @@ |
||
21 | 21 | private int $start; |
22 | 22 | private int $pointer; |
23 | 23 | private int $limit; |
24 | - private int|bool $loadedStart = false; |
|
24 | + private int | bool $loadedStart = false; |
|
25 | 25 | /** @var T[] */ |
26 | 26 | private array $models = []; |
27 | - private int|bool $count = false; |
|
27 | + private int | bool $count = false; |
|
28 | 28 | |
29 | 29 | /** |
30 | 30 | * @param Query<T> |