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