Completed
Push — sam-rework ( 13e21a...6c5366 )
by Alexander
52:41 queued 37:40
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.