Completed
Pull Request — master (#213)
by Thomas
07:42
created
src/Command/ExecuteCoreUpgradeScriptsCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -22,9 +22,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Utils/Locator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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 [
Please login to merge, or discard this patch.