Completed
Pull Request — master (#30485)
by Tom
11:13
created
core/Command/User/SyncBackend.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
 	 * @param SyncService $syncService
173 173
 	 * @param UserInterface $backend
174 174
 	 * @param string $missingAccountsAction
175
-	 * @param array $validActions
175
+	 * @param string[] $validActions
176 176
 	 */
177 177
 	private function syncMultipleUsers (
178 178
 		InputInterface $input,
@@ -220,7 +220,7 @@  discard block
 block discarded – undo
220 220
 	 * @param UserInterface $backend
221 221
 	 * @param string $uid
222 222
 	 * @param string $missingAccountsAction
223
-	 * @param array $validActions
223
+	 * @param string[] $validActions
224 224
 	 */
225 225
 	private function syncSingleUser(
226 226
 		InputInterface $input,
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
 	}
256 256
 
257 257
 	/**
258
-	 * @param array $uids a list of uids to the the action
258
+	 * @param string[] $uids a list of uids to the the action
259 259
 	 * @param callable $callbackExists the callback used if the account for the uid exists. The
260 260
 	 * uid and the specific account will be passed as parameter to the callback in that order
261 261
 	 * @param callable $callbackMissing the callback used if the account doesn't exists. The uid (not
@@ -276,7 +276,7 @@  discard block
 block discarded – undo
276 276
 	 * @param string[] $unknownUsers
277 277
 	 * @param InputInterface $input
278 278
 	 * @param OutputInterface $output
279
-	 * @param $missingAccountsAction
279
+	 * @param string $missingAccountsAction
280 280
 	 * @param $validActions
281 281
 	 */
282 282
 	private function handleUnknownUsers(array $unknownUsers, InputInterface $input, OutputInterface $output, $missingAccountsAction, $validActions) {
Please login to merge, or discard this patch.