We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b7d91 commit dab721bCopy full SHA for dab721b
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