8000 [Console] Document how to exclude messages from output using SymfonyStyle by chalasr · Pull Request #7360 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Minor fix
  • Loading branch information
javiereguiluz authored Apr 28, 2017
commit a5c552470ee8a8306e1eda17aed4c15388c15a6e
2 changes: 1 addition & 1 deletion console/style.rst
Original file line number Diff line number Diff line change
Expand Up @@ -404,4 +404,4 @@ instance which makes use of the error output::
If you create a ``SymfonyStyle`` instance with an ``OutputInterface`` object
that is not an instance of :class:`Symfony\\Component\\Console\\Output\\ConsoleOutputInterface`,
the ``getErrorStyle()`` method will have no effect and the returned object
will still output to the standard output instead of the error output.
will still write to the standard output instead of the error output.
0