Completed
Push — sam-rework ( 67e5e4...96ee74 )
by Alexander
72:10 queued 57:28
created
src/CompositeContextContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.