Completed
Pull Request — master (#32368)
by Matthew
12:09
created
core/Command/App/MoveApps.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,6 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.