Completed
Push — stable8.2 ( f4a799...dce584 )
by Thomas
59:22
created
tests/lib/connector/sabre/requesttest/auth.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
 	 *
42 42
 	 * @param \Sabre\DAV\Server $server
43 43
 	 * @param string $realm
44
-	 * @return bool
44
+	 * @return boolean|null
45 45
 	 */
46 46
 	function authenticate(\Sabre\DAV\Server $server, $realm) {
47 47
 		$userSession = \OC::$server->getUserSession();
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 	 *
62 62
 	 * If nobody is currently logged in, this method should return null.
63 63
 	 *
64
-	 * @return string|null
64
+	 * @return string
65 65
 	 */
66 66
 	function getCurrentUser() {
67 67
 		return $this->user;
Please login to merge, or discard this patch.