@@ -113,7 +113,7 @@ |
||
113 | 113 | return array_filter( |
114 | 114 | $meta, |
115 | 115 | /** @param mixed $key */ |
116 | - function ($key) { |
|
116 | + function($key) { |
|
117 | 117 | return in_array($key, $this->allowedMeta, true); |
118 | 118 | }, |
119 | 119 | ARRAY_FILTER_USE_KEY |