@@ -23,13 +23,13 @@ |
||
23 | 23 | */ |
24 | 24 | public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface |
25 | 25 | { |
26 | - $container[self::PATH_PROVIDER_COLLECTION] = function () { |
|
26 | + $container[self::PATH_PROVIDER_COLLECTION] = function() { |
|
27 | 27 | return new PathCollection( |
28 | 28 | $this->getPathProviderList() |
29 | 29 | ); |
30 | 30 | }; |
31 | 31 | |
32 | - $container[self::TWIG_EXTENSIONS] = function () { |
|
32 | + $container[self::TWIG_EXTENSIONS] = function() { |
|
33 | 33 | return new TwigExtensionCollection( |
34 | 34 | $this->getTwigExtensions() |
35 | 35 | ); |