Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / language / src / HttpKernel / PathProcessorLanguage.php
index c4af20c71ed8a609910be6729f0492b287fd6921..8bb4f838e91d4564ef4691d83f677278d80683da 100644 (file)
@@ -147,7 +147,7 @@ class PathProcessorLanguage implements InboundPathProcessorInterface, OutboundPa
 
     // Sort the processors list, so that their functions are called in the
     // order specified by the weight of the methods.
-    uksort($this->processors[$scope], function ($method_id_a, $method_id_b) use($weights) {
+    uksort($this->processors[$scope], function ($method_id_a, $method_id_b) use ($weights) {
       $a_weight = $weights[$method_id_a];
       $b_weight = $weights[$method_id_b];