@@ -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 | } |
@@ -168,7 +168,7 @@ |
||
| 168 | 168 | Normalizer::validate($definition); |
| 169 | 169 | if (isset($meta[self::TAGS_META])) { |
| 170 | 170 | $this->validateTags($meta[self::TAGS_META]); |
| 171 | - $this->setTags($id,$meta[self::TAGS_META]); |
|
| 171 | + $this->setTags($id, $meta[self::TAGS_META]); |
|
| 172 | 172 | } |
| 173 | 173 | |
| 174 | 174 | unset($this->instances[$id]); |