Completed
Pull Request — master (#4027)
by Joas
09:31
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 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/testing/locking/provisioning.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 	}
69 69
 
70 70
 	/**
71
-	 * @return int
71
+	 * @return string
72 72
 	 */
73 73
 	static private function getRefreshInterval() {
74 74
 		//defaults to every hour
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 
25 25
 use OC\Files\Filesystem;
26 26
 use OC\Files\View;
27
-use OC\Lock\MemcacheLockingProvider;
28 27
 use OCP\Lock\ILockingProvider;
29 28
 
30 29
 class Locking extends TestCase {
Please login to merge, or discard this patch.