Passed
Pull Request — master (#14)
by
unknown
14:19 queued 11:45
created
src/Bootloader/GraphQLBootloader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
         }
87 87
 
88 88
         $console->addCommand(ConfigCommand::class);
89
-        $kernel->bootstrapped(static function (Schema $schema): void {
89
+        $kernel->bootstrapped(static function(Schema $schema): void {
90 90
             SchemaWarmupper::warmup($schema);
91 91
         });
92 92
     }
Please login to merge, or discard this patch.