@@ -13,7 +13,7 @@ |
||
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 |