Test Failed
Pull Request — master (#182)
by
unknown
02:58
created
src/Tracking.php 1 patch
Braces   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -178,10 +178,11 @@
 block discarded – undo
178 178
                 (int)$response->Response->Error->ErrorCode
179 179
             );
180 180
         }
181
-        if($response)
182
-          return $this->formatResponse($response);
183
-        else
184
-          return $response;
181
+        if($response) {
182
+                  return $this->formatResponse($response);
183
+        } else {
184
+                  return $response;
185
+        }
185 186
 
186 187
     }
187 188
 
Please login to merge, or discard this patch.