@@ -5,7 +5,7 @@ |
||
5 | 5 | use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; |
6 | 6 | use Symfony\Component\HttpKernel\Kernel; |
7 | 7 | |
8 | -return static function (ContainerConfigurator $containerConfigurator): void { |
|
8 | +return static function(ContainerConfigurator $containerConfigurator): void { |
|
9 | 9 | // This configutation file is specific to Symfony 7.2+ |
10 | 10 | if (Kernel::VERSION_ID < 70200) { |
11 | 11 | return; |