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
303303
304304:method: `Symfony\\ Component\\ Console\\ Style\\ SymfonyStyle::warning `
305305 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
307307 used once to display the final result of executing the given command, but you
308308 can use it repeatedly during the execution of the command::
309309
@@ -320,7 +320,7 @@ Result Methods
320320
321321:method: `Symfony\\ Component\\ Console\\ Style\\ SymfonyStyle::error `
322322 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
324324 used once to display the final result of executing the given command, but you
325325 can use it repeatedly during the execution of the command::
326326
You can’t perform that action at this time.
0 commit comments