@@ -14,7 +14,7 @@ |
||
| 14 | 14 | |
| 15 | 15 | public function handleDependencies(DependencyProviderInterface $dependencyProvider): void |
| 16 | 16 | { |
| 17 | - $dependencyProvider[self::CLASS_PROVIDER_COLLECTION] = function () { |
|
| 17 | + $dependencyProvider[self::CLASS_PROVIDER_COLLECTION] = function() { |
|
| 18 | 18 | return new HelperCollection( |
| 19 | 19 | $this->getHelper() |
| 20 | 20 | ); |