@@ -40,7 +40,7 @@ |
||
| 40 | 40 | /** |
| 41 | 41 | * Register all commands |
| 42 | 42 | * |
| 43 | - * @return object |
|
| 43 | + * @return null|integer |
|
| 44 | 44 | */ |
| 45 | 45 | public function start() |
| 46 | 46 | { |
@@ -61,7 +61,6 @@ discard block |
||
| 61 | 61 | * Write a string as warning output. |
| 62 | 62 | * |
| 63 | 63 | * @param string $string |
| 64 | - * @param null|int|string $verbosity |
|
| 65 | 64 | * @return void |
| 66 | 65 | */ |
| 67 | 66 | public function note($string) |
@@ -124,6 +123,9 @@ discard block |
||
| 124 | 123 | return $level; |
| 125 | 124 | } |
| 126 | 125 | |
| 126 | + /** |
|
| 127 | + * @param string $message |
|
| 128 | + */ |
|
| 127 | 129 | public function addInput($message) |
| 128 | 130 | { |
| 129 | 131 | $this->info('>>> ' . $message . ' :'); |