@@ -162,7 +162,7 @@ |
||
162 | 162 | } |
163 | 163 | $this->response = $this->response->withStatus($status); |
164 | 164 | $errorData = [ |
165 | - 'status' => (string)$status, |
|
165 | + 'status' => (string) $status, |
|
166 | 166 | 'title' => $error->getMessage(), |
167 | 167 | ]; |
168 | 168 | $this->set('error', $errorData); |