Passed
Push — master ( 2337a0...342657 )
by Niklas
02:58
created
src/MeModule/Fetch2.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.