Completed
Pull Request — master (#30020)
by Sujith
11:39
created
apps/files/lib/Command/Scan.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -340,6 +340,11 @@
 block discarded – undo
340 340
 		set_error_handler([$this, 'exceptionErrorHandler'], E_ALL);
341 341
 	}
342 342
 
343
+	/**
344
+	 * @param boolean $shouldRepairStoragesIndividually
345
+	 * @param InputInterface $input
346
+	 * @param OutputInterface $output
347
+	 */
343 348
 	protected function userScan($users, $inputPath, $shouldRepairStoragesIndividually, $input, $output, $verbose) {
344 349
 		$users_total = count($users);
345 350
 		$user_count = 0;
Please login to merge, or discard this patch.