@@ -22,9 +22,7 @@ |
||
| 22 | 22 | |
| 23 | 23 | namespace Owncloud\Updater\Command; |
| 24 | 24 | |
| 25 | -use Symfony\Component\Console\Input\InputArgument; |
|
| 26 | 25 | use Symfony\Component\Console\Input\InputInterface; |
| 27 | -use Symfony\Component\Console\Input\InputOption; |
|
| 28 | 26 | use Symfony\Component\Console\Output\OutputInterface; |
| 29 | 27 | use Owncloud\Updater\Utils\OccRunner; |
| 30 | 28 | use Owncloud\Updater\Utils\ZipExtractor; |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | |
| 51 | 51 | /** |
| 52 | 52 | * expected items in the core |
| 53 | - * @return array |
|
| 53 | + * @return string[] |
|
| 54 | 54 | */ |
| 55 | 55 | public function getRootDirContent(){ |
| 56 | 56 | return [ |