File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ Result Methods
303
303
304
304
:method: `Symfony\\ Component\\ Console\\ Style\\ SymfonyStyle::warning `
305
305
It displays the given string or array of strings highlighted as a warning
306
- message (with a read background and the ``[WARNING] `` label). It's meant to be
306
+ message (with a red background and the ``[WARNING] `` label). It's meant to be
307
307
used once to display the final result of executing the given command, but you
308
308
can use it repeatedly during the execution of the command::
309
309
@@ -320,7 +320,7 @@ Result Methods
320
320
321
321
:method: `Symfony\\ Component\\ Console\\ Style\\ SymfonyStyle::error `
322
322
It displays the given string or array of strings highlighted as an error
323
- message (with a read background and the ``[ERROR] `` label). It's meant to be
323
+ message (with a red background and the ``[ERROR] `` label). It's meant to be
324
324
used once to display the final result of executing the given command, but you
325
325
can use it repeatedly during the execution of the command::
326
326
You can’t perform that action at this time.
0 commit comments