Completed
Pull Request — master (#30020)
by Sujith
12:56
created
apps/files/lib/Command/Scan.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -311,6 +311,11 @@
 block discarded – undo
311 311
 		}
312 312
 	}
313 313
 
314
+	/**
315
+	 * @param InputInterface $input
316
+	 * @param OutputInterface $output
317
+	 * @param boolean $shouldRepairStoragesIndividually
318
+	 */
314 319
 	protected function processUserChunks($input, $output, $users, $inputPath, $shouldRepairStoragesIndividually, $group = null) {
315 320
 		# no messaging level option means: no full printout but statistics
316 321
 		# $quiet   means no print at all
Please login to merge, or discard this patch.