Completed
Pull Request — master (#24948)
by Joas
11:39
created
lib/private/User/Manager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
179 179
 	 *
180 180
 	 * @param string $loginName
181 181
 	 * @param string $password
182
-	 * @return mixed the User object on success, false otherwise
182
+	 * @return string|null the User object on success, false otherwise
183 183
 	 */
184 184
 	public function checkPassword($loginName, $password) {
185 185
 		$loginName = str_replace("\0", '', $loginName);
Please login to merge, or discard this patch.
apps/files_sharing/lib/SharedStorage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@
 block discarded – undo
279 279
 	/**
280 280
 	 * get share ID
281 281
 	 *
282
-	 * @return integer unique share ID
282
+	 * @return string unique share ID
283 283
 	 */
284 284
 	public function getShareId() {
285 285
 		return $this->newShare->getId();
Please login to merge, or discard this patch.