Test Failed
Push — master ( b600aa...6380c9 )
by Pavel
02:04
created
src/Doctrine/Rest/Response/FractalResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
      */
135 135
     public function error($httpStatus, $message, $errors)
136 136
     {
137
-        return $this->response(['message' => $message, 'errors' => $errors,], $httpStatus);
137
+        return $this->response(['message' => $message, 'errors' => $errors, ], $httpStatus);
138 138
     }
139 139
 
140 140
     /**
Please login to merge, or discard this patch.