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