8000 Removing extra space at column bottom · symfony/symfony@10610d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 10610d3

Browse files
committed
Removing extra space at column bottom
1 parent 181cf2d commit 10610d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/FormDebugCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ private function normalizeAndSortOptionsColumns(array $options)
214214
}
215215
$opts[] = sprintf('<info>%s</info>', (new \ReflectionClass($class))->getShortName());
216216
$opts[] = new TableSeparator();
217+
} else {
218+
unset($opts[$class]);
217219
}
218220

219221
sort($opt);

0 commit comments

Comments
 (0)
0