We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cca344 + 77b6376 commit 34ff6faCopy full SHA for 34ff6fa
console/style.rst
@@ -331,12 +331,12 @@ Result Methods
331
It's meant to be used once to display the final result of executing the given
332
command, without showing the result as a successful or failed one::
333
334
- // use simple strings for short success messages
+ // use simple strings for short info messages
335
$io->info('Lorem ipsum dolor sit amet');
336
337
// ...
338
339
- // consider using arrays when displaying long success messages
+ // consider using arrays when displaying long info messages
340
$io->info([
341
'Lorem ipsum dolor sit amet',
342
'Consectetur adipiscing elit',
0 commit comments