Passed
Pull Request — master (#22)
by Alberto
03:58
created
src/Controller/ApiProxyTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.