@@ -45,7 +45,7 @@ |
||
| 45 | 45 | public function fetch(String $method, String $url, Array $params = [], Array $data = []) |
| 46 | 46 | { |
| 47 | 47 | $curl = curl_init(); |
| 48 | - $url = str_replace(array_keys($this->sweChars), $this->sweChars, $url);; |
|
| 48 | + $url = str_replace(array_keys($this->sweChars), $this->sweChars, $url); ; |
|
| 49 | 49 | switch ($method) { |
| 50 | 50 | case "GET": |
| 51 | 51 | break; |