Passed
Push — master ( 8a1c78...e3bfe0 )
by Alexander
02:54
created
src/CompositeContextContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.