@@ -53,7 +53,7 @@ |
||
53 | 53 | |
54 | 54 | public function collect(Request $request, Response $response, $exception = null) |
55 | 55 | { |
56 | - if ($exception && ! $exception instanceof \Throwable) { |
|
56 | + if ($exception && !$exception instanceof \Throwable) { |
|
57 | 57 | throw new \InvalidArgumentException(sprintf( |
58 | 58 | 'Argument 3 passed to %s must be an instance of \Throwable or null, %s given', |
59 | 59 | __METHOD__, |