@@ -180,7 +180,7 @@ |
||
| 180 | 180 | { |
| 181 | 181 | return array_filter( |
| 182 | 182 | $module['definitions'] ?? [], |
| 183 | - fn (string $id) => $this->getNamespaceMatch($id, $namespace) === 0, |
|
| 183 | + fn(string $id) => $this->getNamespaceMatch($id, $namespace) === 0, |
|
| 184 | 184 | ARRAY_FILTER_USE_KEY |
| 185 | 185 | ); |
| 186 | 186 | } |