Test Failed
Branch master (7c4b7d)
by Greg
05:16
created
Category
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.