Browse Source

Merge pull request #6420 from thinkingmedia/patch-1

Fixed return type for outputAs
ADmad 11 years ago
parent
commit
19ac2f60d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/ConsoleOutput.php

+ 1 - 1
src/Console/ConsoleOutput.php

@@ -301,7 +301,7 @@ class ConsoleOutput
      * Get/Set the output type to use. The output type how formatting tags are treated.
      *
      * @param int|null $type The output type to use. Should be one of the class constants.
-     * @return mixed Either null or the value if getting.
+     * @return int|void  Either null or the value if getting.
      */
     public function outputAs($type = null)
     {