Skip to content

Commit

Permalink
docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas committed Aug 8, 2018
1 parent 87d5f0f commit f9ebbfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/ConsoleIo.php
Expand Up @@ -165,8 +165,8 @@ public function quiet($message, $newlines = 1)
*
* There are 3 built-in output level. ConsoleIo::QUIET, ConsoleIo::NORMAL, ConsoleIo::VERBOSE.
* The verbose and quiet output levels, map to the `verbose` and `quiet` output switches
* present in most shells. Using self::QUIET for a message means it will always display.
* While using self::VERBOSE means it will only display when verbose output is toggled.
* present in most shells. Using ConsoleIo::QUIET for a message means it will always display.
* While using ConsoleIo::VERBOSE means it will only display when verbose output is toggled.
*
* @param string|array $message A string or an array of strings to output
* @param int $newlines Number of newlines to append
Expand Down

0 comments on commit f9ebbfe

Please sign in to comment.