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/Formatter
Fabien Potencier 15bede5a63 [Console] refactored style management
The current code was broken when a style was defined inline:

  <bg=black>Foo</bg=black>

When creatin a new style formatter, it's better to let the formatter
apply the style to the text.
2011-05-23 16:54:36 +02:00
..
OutputFormatter.php [Console] refactored style management 2011-05-23 16:54:36 +02:00
OutputFormatterInterface.php capitalized 'boolean' 2011-04-27 02:35:10 -03:00
OutputFormatterStyle.php [Console] refactored style management 2011-05-23 16:54:36 +02:00
OutputFormatterStyleInterface.php [Console] refactored style management 2011-05-23 16:54:36 +02:00