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