@@ -77,7 +77,7 @@ |
||
| 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 | |
@@ -198,7 +198,7 @@ |
||
| 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 | |