@@ -238,8 +238,8 @@ |
||
238 | 238 | public function doFilter() |
239 | 239 | { |
240 | 240 | $arguments = func_get_args(); |
241 | - if(count($arguments) == 1 && is_array($arguments[0])) { |
|
242 | - foreach($arguments[0] as $field => $value) { |
|
241 | + if (count($arguments) == 1 && is_array($arguments[0])) { |
|
242 | + foreach ($arguments[0] as $field => $value) { |
|
243 | 243 | $this->getQueryParameters()->addFilter($field, $value); |
244 | 244 | } |
245 | 245 | } else { |