Passed
Push — master ( 4fce10...52a974 )
by Greg
02:19
created
src/Schema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
             // Use our own version of Blueprint.
36 36
             // Note that the constructor signature changed between Laravel 5.6 and 5.7,
37 37
             // so we use variable arguments to work with both.
38
-            $schema_builder->blueprintResolver(function (...$args) {
38
+            $schema_builder->blueprintResolver(function(...$args) {
39 39
                 return new Blueprint(/** @scrutinizer ignore-type */ ...$args);
40 40
             });
41 41
 
Please login to merge, or discard this patch.