Skip to content

Commit 34ff6fa

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Console] Update comments
2 parents 7cca344 + 77b6376 commit 34ff6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console/style.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,12 @@ Result Methods
331331
It's meant to be used once to display the final result of executing the given
332332
command, without showing the result as a successful or failed one::
333333

334-
// use simple strings for short success messages
334+
// use simple strings for short info messages
335335
$io->info('Lorem ipsum dolor sit amet');
336336

337337
// ...
338338

339-
// consider using arrays when displaying long success messages
339+
// consider using arrays when displaying long info messages
340340
$io->info([
341341
'Lorem ipsum dolor sit amet',
342342
'Consectetur adipiscing elit',

0 commit comments

Comments
 (0)