Passed
Pull Request — master (#1)
by Stanislau
02:50
created
src/HttpMiddlewarePlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     public function provideDependencies(Container $container): void
44 44
     {
45 45
         $container->decorate(HttpFacadeInterface::class,
46
-            function (HttpFacadeInterface $decorated, KernelInterface $kernel): HttpFacadeInterface {
46
+            function(HttpFacadeInterface $decorated, KernelInterface $kernel): HttpFacadeInterface {
47 47
                 $this->decorated = $decorated;
48 48
                 $this->kernel = $kernel;
49 49
 
Please login to merge, or discard this patch.