Test Failed
Push — master ( b600aa...6380c9 )
by Pavel
02:04
created
src/Doctrine/Rest/BuilderChain/Chain.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     public function add($member)
50 50
     {
51 51
         if (is_array($member)) {
52
-            foreach($member as $item) {
52
+            foreach ($member as $item) {
53 53
                 $this->add($item);
54 54
             }
55 55
 
Please login to merge, or discard this patch.
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.