@@ -76,7 +76,6 @@ |
||
76 | 76 | /** |
77 | 77 | * @param InputInterface $input |
78 | 78 | * @param OutputInterface $output |
79 | - * @param array $items |
|
80 | 79 | */ |
81 | 80 | protected function writeNonAppDirectories(InputInterface $input, OutputInterface $output) { |
82 | 81 | $appPaths = $this->config->getSystemValue('apps_paths'); |
@@ -26,7 +26,6 @@ |
||
26 | 26 | use OCP\IConfig; |
27 | 27 | use Symfony\Component\Console\Input\InputInterface; |
28 | 28 | use Symfony\Component\Console\Input\InputArgument; |
29 | -use Symfony\Component\Console\Input\InputOption; |
|
30 | 29 | use Symfony\Component\Console\Output\OutputInterface; |
31 | 30 | |
32 | 31 | class MoveApps extends Base { |