@@ -75,7 +75,7 @@ |
||
75 | 75 | $this->containers[$context] = [ |
76 | 76 | $container, |
77 | 77 | ]; |
78 | - uksort($this->containers, static function (string $a, string $b) { |
|
78 | + uksort($this->containers, static function(string $a, string $b) { |
|
79 | 79 | return mb_strlen($b) <=> mb_strlen($a); |
80 | 80 | }); |
81 | 81 | } |
@@ -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 | } |