8000 Fixed formatting · llewellynthomas/symfony-docs@0c14ff3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c14ff3

Browse files
raulfraileweaverryan
authored andcommitted
Fixed formatting
1 parent bbeb396 commit 0c14ff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/console.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ output. For example::
118118
$output->writeln('<error>foo</error>');
119119

120120
It is possible to define your own styles using the class
121-
:class:`Symfony\\Component\\Console\\Formatter\\OutputFormatterStyle`:
121+
:class:`Symfony\\Component\\Console\\Formatter\\OutputFormatterStyle`::
122122

123123
$style = new OutputFormatterStyle('red', 'yellow', array('bold', 'blink'));
124124
$output->getFormatter()->setStyle('fire', $style);
@@ -127,7 +127,7 @@ It is possible to define your own styles using the class
127127
Available foreground and background colors are: ``black``, ``red``, ``green``,
128128
``yellow``, ``blue``, ``magenta``, ``cyan`` and ``white``.
129129

130-
And available options are: 'bold', 'underscore', 'blink', 'reverse' and 'conceal'.
130+
And available options are: ``bold``, ``underscore``, ``blink``, ``reverse`` and ``conceal``.
131131

132132
Using Command Arguments
133133
-----------------------

0 commit comments

Comments
 (0)
0