Skip to content

Commit f9ebbfe

Browse files
committed
docfix
1 parent 87d5f0f commit f9ebbfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Console/ConsoleIo.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ public function quiet($message, $newlines = 1)
165165
*
166166
* There are 3 built-in output level. ConsoleIo::QUIET, ConsoleIo::NORMAL, ConsoleIo::VERBOSE.
167167
* The verbose and quiet output levels, map to the `verbose` and `quiet` output switches
168-
* present in most shells. Using self::QUIET for a message means it will always display.
169-
* While using self::VERBOSE means it will only display when verbose output is toggled.
168+
* present in most shells. Using ConsoleIo::QUIET for a message means it will always display.
169+
* While using ConsoleIo::VERBOSE means it will only display when verbose output is toggled.
170170
*
171171
* @param string|array $message A string or an array of strings to output
172172
* @param int $newlines Number of newlines to append

0 commit comments

Comments
 (0)