@@ -117,7 +117,7 @@ |
||
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); |