Completed
Branch 8.x-1.x (61be03)
by Antonio
02:03
created
Category
src/Plugin/ConfigFilterPluginManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     $definitions = $this->getDefinitions();
53 53
 
54 54
     // Sort the definitions by weight.
55
-    uasort($definitions, function ($a, $b) {
55
+    uasort($definitions, function($a, $b) {
56 56
       return strcmp($a['weight'], $b['weight']);
57 57
     });
58 58
 
Please login to merge, or discard this patch.