Passed
Push — master ( 7c785c...55c384 )
by Tim
07:43
created
src/ApiOperations/All.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     {
14 14
         self::validateParams($params);
15 15
         $url = static::classUrl();
16
-        if (! empty($params)) {
16
+        if ( ! empty($params)) {
17 17
             $url .= '?'.http_build_query($params);
18 18
         }
19 19
 
Please login to merge, or discard this patch.