Passed
Push — master ( 473b33...57ebbd )
by Shahrad
01:22
created
src/lib/Client.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,9 @@
 block discarded – undo
104 104
         }
105 105
 
106 106
         if (count($options->queries) > 0) {
107
-            if (!str_contains($uri, '?')) $uri .= '?';
107
+            if (!str_contains($uri, '?')) {
108
+                $uri .= '?';
109
+            }
108 110
             $uri .= $options->getQueryString();
109 111
         }
110 112
 
Please login to merge, or discard this patch.