Passed
Push — master ( 89f27a...b90b87 )
by P.R.
02:25
created
src/Command/PropertiesCommand.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,8 @@
 block discarded – undo
132 132
       $properties = array_merge($properties, $config->queryKernelProperties());
133 133
     }
134 134
 
135
-    usort($properties, function ($a, $b) {
135
+    usort($properties, function ($a, $b)
136
+    {
136 137
       return $a['name']<=>$b['name'];
137 138
     });
138 139
 
Please login to merge, or discard this patch.