@@ -119,7 +119,7 @@ |
||
| 119 | 119 | |
| 120 | 120 | throw new isNullException("Empty method not allowed"); |
| 121 | 121 | |
| 122 | - }else{ |
|
| 122 | + } else{ |
|
| 123 | 123 | |
| 124 | 124 | $this->response = $this->client->{strtolower($method)}($this->baseUrl . $relativeUrl, $body); |
| 125 | 125 | |