@@ -40,6 +40,9 @@ |
||
40 | 40 | |
41 | 41 | private $verbosity; |
42 | 42 | |
43 | + /** |
|
44 | + * @param integer $verbosity |
|
45 | + */ |
|
43 | 46 | public function __construct(StyleInterface $style, $verbosity = Output::VERBOSITY_NORMAL) |
44 | 47 | { |
45 | 48 | $this->style = $style; |