Completed
Pull Request — master (#24189)
by Christoph
10:19
created
lib/private/user/session.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -293,7 +293,7 @@  discard block
 block discarded – undo
293 293
 	 *
294 294
 	 * @param string $uid
295 295
 	 * @param string $password
296
-	 * @return boolean|null
296
+	 * @return boolean
297 297
 	 * @throws LoginException
298 298
 	 */
299 299
 	public function login($uid, $password) {
@@ -369,6 +369,9 @@  discard block
 block discarded – undo
369 369
 		return false;
370 370
 	}
371 371
 
372
+	/**
373
+	 * @param string $uid
374
+	 */
372 375
 	private function loginWithToken($uid) {
373 376
 		//$this->manager->emit('\OC\User', 'preTokenLogin', array($uid));
374 377
 		$user = $this->manager->get($uid);
Please login to merge, or discard this patch.