Passed
Push — dbal ( 15d5d6...d6e2df )
by Greg
16:27 queued 10:16
created
app/DB/Query.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
         return (object) [];
108 108
     }
109 109
 
110
-    public function first(): string|int|float|null
110
+    public function first(): string | int | float | null
111 111
     {
112 112
         return 0;
113 113
     }
Please login to merge, or discard this patch.
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,8 @@
 block discarded – undo
39 39
         private readonly string $table = '',
40 40
         private readonly int $offset = 0,
41 41
         private readonly int $limit = 0,
42
-    )
43
-    {}
42
+    ) {
43
+}
44 44
 
45 45
     public function distinct(): self
46 46
     {
Please login to merge, or discard this patch.