Completed
Pull Request — master (#41)
by
unknown
02:07
created
src/Resource/MoipResource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@
 block discarded – undo
198 198
      */
199 199
     public function getByPath($path)
200 200
     {
201
-        $response = $this->httpRequest($path,HTTPRequest::GET);
201
+        $response = $this->httpRequest($path, HTTPRequest::GET);
202 202
         return $this->populate($response);
203 203
     }
204 204
 
Please login to merge, or discard this patch.
src/Exceptions/ValidationException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     {
73 73
         $template = "[$this->statusMessage] The following errors ocurred:\n%s";
74 74
         $temp_list = "";
75
-        foreach ($this->errors as $error){
75
+        foreach ($this->errors as $error) {
76 76
             $path = $error->getPath();
77 77
             $desc = $error->getDescription();
78 78
 
Please login to merge, or discard this patch.