This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Console/Helper
Luís Cobucci 063ca2d708
Fix broken table generation
In 2c9922e8af the code was optimised but
the order of method calls was incorrect, leading to several errors in
the test suite.

Not all the tests related to table generation got fixed, but at least
the component is not broken anymore.

Fixes https://github.com/symfony/symfony/issues/26081
2018-02-09 13:38:11 +01:00
..
DebugFormatterHelper.php fixes CS 2015-08-24 09:13:45 +02:00
DescriptorHelper.php Merge branch '2.7' into 2.8 2017-10-01 23:00:16 +02:00
FormatterHelper.php [console] Add truncate method to FormatterHelper 2016-01-25 13:26:46 +01:00
Helper.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
HelperInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
HelperSet.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
InputAwareHelper.php
ProcessHelper.php remove now useless condition 2017-06-10 13:08:03 +01:00
ProgressBar.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
ProgressIndicator.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
QuestionHelper.php fixed some deprecation messages 2017-12-31 06:50:45 +01:00
SymfonyQuestionHelper.php fixed CS 2017-09-11 14:45:47 -07:00
Table.php Fix broken table generation 2018-02-09 13:38:11 +01:00
TableCell.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
TableRows.php [Console] Improve Table performance 2018-02-07 07:27:48 +01:00
TableSeparator.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
TableStyle.php Merge branch '2.7' into 2.8 2016-12-27 11:39:57 +01:00