Completed
Push — master ( fc4e75...3daa16 )
by Jared
13s
created
src/Iterator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,9 +17,9 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.