@@ -15,7 +15,7 @@ |
||
15 | 15 | $result = $this->inArray( |
16 | 16 | $this->getValue(), |
17 | 17 | $limit, |
18 | - function ($value, $limit) use ($operator, $modifier) { |
|
18 | + function($value, $limit) use ($operator, $modifier) { |
|
19 | 19 | if ($modifier) { |
20 | 20 | $value = $modifier($value); |
21 | 21 | } |