-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
Description
Hi,
Can someone explain me why the header cell format for the symfony styleguide is explicitly overridden (from <info>%</info>
(default) to %s
) at https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Console/Helper/Table.php#L694
Only to be re-added into the SymfonyStyle
at https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Console/Style/SymfonyStyle.php#L233
Cant we keep the default? Or toggle them.. (default <%s>
, symfony styleguide <info>%s</info>
and remove the array-walk thingy), which makes more sense imho... as this creates 2 styleguides for tables.