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