Passed
Push — dbal ( fbb214...fb7505 )
by Greg
06:03
created
app/DB/Column.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
         );
50 50
     }
51 51
 
52
-    public function default(int|string $default): static
52
+    public function default(int | string $default): static
53 53
     {
54 54
         return new static(
55 55
             name: $this->getName(),
Please login to merge, or discard this patch.