Completed
Push — master ( 1665bc...50b0cc )
by Jared
20s
created
src/Iterator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,10 +21,10 @@
 block discarded – undo
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>
Please login to merge, or discard this patch.