Completed
Push — master ( ea055a...aafc8c )
by Jitendra
17s
created
src/Helper/OutputHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
         $first = reset($items);
118 118
         $max   = \strlen($first->name());
119 119
 
120
-        \uasort($items, function ($a, $b) use (&$max) {
120
+        \uasort($items, function($a, $b) use (&$max) {
121 121
             /** @var Parameter $b */
122 122
             /** @var Parameter $a */
123 123
             $max = \max(\strlen($this->getName($a)), \strlen($this->getName($b)), $max);
Please login to merge, or discard this patch.