File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ public function quiet($message, $newlines = 1)
165
165
*
166
166
* There are 3 built-in output level. ConsoleIo::QUIET, ConsoleIo::NORMAL, ConsoleIo::VERBOSE.
167
167
* 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.
170
170
*
171
171
* @param string|array $message A string or an array of strings to output
172
172
* @param int $newlines Number of newlines to append
You can’t perform that action at this time.
0 commit comments