Completed
Pull Request — master (#28212)
by Jörn Friedrich
12:32
created
lib/private/User/SyncService.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,6 @@  discard block
 block discarded – undo
89 89
 	}
90 90
 
91 91
 	/**
92
-	 * @param \Closure $callback is called for every user to progress display
93 92
 	 */
94 93
 	public function run(ProgressBar $progressBar, OutputInterface $output) {
95 94
 		$limit = 500;
@@ -202,6 +201,9 @@  discard block
 block discarded – undo
202 201
 		return $a;
203 202
 	}
204 203
 
204
+	/**
205
+	 * @param string $uid
206
+	 */
205 207
 	private function createNewAccount($uid) {
206 208
 		$a = new Account();
207 209
 		$a->setUserId($uid);
Please login to merge, or discard this patch.