Passed
Branch master (19ec43)
by Stanislau
04:15 queued 02:00
created
src/HttpCorePlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     {
65 65
         $this->container = $container;
66 66
 
67
-        $container->register(HttpFacadeInterface::class, function (
67
+        $container->register(HttpFacadeInterface::class, function(
68 68
             KernelInterface $kernel
69 69
         ) {
70 70
             $this->kernel = $kernel;
Please login to merge, or discard this patch.