@@ -144,7 +144,7 @@ discard block |
||
144 | 144 | /** |
145 | 145 | * Gets the decorated flag. |
146 | 146 | * |
147 | - * @return bool true if the output will decorate messages, false otherwise |
|
147 | + * @return integer true if the output will decorate messages, false otherwise |
|
148 | 148 | * @api |
149 | 149 | */ |
150 | 150 | public function isDecorated() |
@@ -166,7 +166,7 @@ discard block |
||
166 | 166 | /** |
167 | 167 | * Returns whether verbosity is quiet (-q). |
168 | 168 | * |
169 | - * @return bool true if verbosity is set to VERBOSITY_QUIET, false otherwise |
|
169 | + * @return boolean|null true if verbosity is set to VERBOSITY_QUIET, false otherwise |
|
170 | 170 | */ |
171 | 171 | public function isQuiet() |
172 | 172 | { |