Passed
Push — master ( 655edd...b3b8c2 )
by Greg
02:02
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 ($table, $callback, $prefix) {
35
+            $schema_builder->blueprintResolver(function($table, $callback, $prefix) {
36 36
                 return new Blueprint($table, $callback, $prefix);
37 37
             });
38 38
 
Please login to merge, or discard this patch.