Completed
Pull Request — master (#41)
by
unknown
02:03
created
src/Exceptions/ValidationException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     {
78 78
         $template = "[$this->statusMessage] The following errors ocurred:\n%s";
79 79
         $temp_list = "";
80
-        foreach($this->errors as $error){
80
+        foreach ($this->errors as $error) {
81 81
             $path = $error->getPath();
82 82
             $desc = $error->getDescription();
83 83
 
Please login to merge, or discard this patch.
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.