Completed
Push — master ( 2419b2...f86457 )
by Lukas
8s
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.