@@ -86,13 +86,13 @@ |
||
86 | 86 | $exceptionEvent = new ExceptionEvent($request, $exception); |
87 | 87 | $this->dispatcher->dispatch($this->exceptionEvent, $exceptionEvent); |
88 | 88 | |
89 | - if (! $exceptionEvent->hasResponse()) { |
|
89 | + if (!$exceptionEvent->hasResponse()) { |
|
90 | 90 | throw $this->handleException($exception, $request); |
91 | 91 | } |
92 | 92 | |
93 | 93 | $response = $exceptionEvent->getResponse(); |
94 | 94 | |
95 | - if (! $exceptionEvent->isResponseEventEnabled()) { |
|
95 | + if (!$exceptionEvent->isResponseEventEnabled()) { |
|
96 | 96 | return $response; |
97 | 97 | } |
98 | 98 | } |