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