Completed
Push — master ( 6ad896...45db2b )
by Thomas
12s
created
src/Utils/FilesystemHelper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -171,6 +171,9 @@
 block discarded – undo
171 171
 		}
172 172
 	}
173 173
 
174
+	/**
175
+	 * @param string $dir
176
+	 */
174 177
 	protected function rmdirr($dir) {
175 178
 		if(is_dir($dir)) {
176 179
 			$files = scandir($dir);
Please login to merge, or discard this patch.
src/Command/EnableNotShippedAppsCommand.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/Controller/IndexController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
 	}
111 111
 
112 112
 	/**
113
-	 * @return bool
113
+	 * @return null|boolean
114 114
 	 */
115 115
 	protected function isLoggedIn() {
116 116
 		/** @var ConfigReader $configReader */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
 use League\Plates\Extension\URI;
32 32
 use Symfony\Component\Console\Output\BufferedOutput;
33 33
 use Symfony\Component\Console\Input\StringInput;
34
-use Symfony\Component\Process\Exception\ProcessFailedException;
35 34
 
36 35
 class IndexController {
37 36
 
Please login to merge, or discard this patch.