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