@@ -50,7 +50,7 @@ |
||
50 | 50 | throw new \LogicException(implode(',', $errorKeys)); |
51 | 51 | } |
52 | 52 | |
53 | - return array_filter((array) $parameters, function ($key) use ($keys) { |
|
53 | + return array_filter((array) $parameters, function($key) use ($keys) { |
|
54 | 54 | return in_array($key, $keys); |
55 | 55 | }, ARRAY_FILTER_USE_KEY); |
56 | 56 | } |