@@ -35,7 +35,7 @@  | 
                                                    ||
| 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 | |