inoas 7 年 前
コミット
f9ebbfe94d
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/Console/ConsoleIo.php

+ 2 - 2
src/Console/ConsoleIo.php

@@ -165,8 +165,8 @@ class ConsoleIo
      *
      *
      * There are 3 built-in output level. ConsoleIo::QUIET, ConsoleIo::NORMAL, ConsoleIo::VERBOSE.
      * 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
      * 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 string|array $message A string or an array of strings to output
      * @param int $newlines Number of newlines to append
      * @param int $newlines Number of newlines to append