Passed
Push — dependabot/composer/phpunit/ph... ( 535ce1...6783c0 )
by Alexander
15:09
created
src/CompositeContextContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
             $this->containers[$context] = [
74 74
                 $container
75 75
             ];
76
-            uksort($this->containers, static function ($a, $b) {
76
+            uksort($this->containers, static function($a, $b) {
77 77
                 return mb_strlen($b) <=> mb_strlen($a);
78 78
             });
79 79
         }
Please login to merge, or discard this patch.