@@ -146,7 +146,7 @@ |
||
146 | 146 | } |
147 | 147 | |
148 | 148 | /** |
149 | - * @param $input |
|
149 | + * @param string $input |
|
150 | 150 | * |
151 | 151 | * @return resource |
152 | 152 | */ |
@@ -112,7 +112,7 @@ |
||
112 | 112 | $argument = $this->getHelper('dialog')->askAndValidate( |
113 | 113 | $output, |
114 | 114 | '<question>Please enter '.$name.':</question>', |
115 | - function ($argument) use ($name) { |
|
115 | + function($argument) use ($name) { |
|
116 | 116 | if (empty($argument)) { |
117 | 117 | throw new \RuntimeException('The '.$name.' can not be empty'); |
118 | 118 | } |