@@ -340,6 +340,11 @@ |
||
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; |