Passed
Pull Request — master (#13)
by Jeroen
07:51 queued 06:33
created
src/Api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 
44 44
     protected function parameters(array $array): string
45 45
     {
46
-        if (! is_array($array)) {
46
+        if (!is_array($array)) {
47 47
             return '';
48 48
         }
49 49
 
Please login to merge, or discard this patch.