Skip to content

Commit af20917

Browse files
committed
style: cs fix
1 parent a334afa commit af20917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Helper/OutputHelper.php

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ protected function showHelp(string $for, array $items, string $header = '', stri
195195

196196
$space = 4;
197197
$group = $lastGroup = null;
198+
198199
$withDefault = $for === 'Options' || $for === 'Arguments';
199200
foreach ($this->sortItems($items, $padLen) as $item) {
200201
$name = $this->getName($item);

0 commit comments

Comments
 (0)