Passed
Push — master ( 9e9bc0...d9a492 )
by Greg
02:37
created
src/Schema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 
33 33
             // Use our own version of Blueprint
34 34
             $schema_builder = $connection->getSchemaBuilder();
35
-            $schema_builder->blueprintResolver(function (...$args) {
35
+            $schema_builder->blueprintResolver(function(...$args) {
36 36
                 return new Blueprint(...$args);
37 37
             });
38 38
 
Please login to merge, or discard this patch.