Completed
Pull Request — master (#31174)
by Jörn Friedrich
26:03 queued 13:24
created
core/Command/User/SyncBackend.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -310,7 +310,7 @@
 block discarded – undo
310 310
 	 * @param string[] $removedUsers
311 311
 	 * @param InputInterface $input
312 312
 	 * @param OutputInterface $output
313
-	 * @param $missingAccountsAction
313
+	 * @param string $missingAccountsAction
314 314
 	 */
315 315
 	private function handleRemovedUsers(array $removedUsers, InputInterface $input, OutputInterface $output, $missingAccountsAction) {
316 316
 		if (empty($removedUsers)) {
Please login to merge, or discard this patch.