Completed
Push — stable8.2 ( cb9d0b...d45eca )
by Morris
30s
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.
lib/private/files/storage/wrapper/quota.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
 	 * Checks whether the given path is a part file
160 160
 	 *
161 161
 	 * @param string $path Path that may identify a .part file
162
-	 * @return string File path without .part extension
162
+	 * @return boolean File path without .part extension
163 163
 	 * @note this is needed for reusing keys
164 164
 	 */
165 165
 	private function isPartFile($path) {
Please login to merge, or discard this patch.
lib/private/encryption/util.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 use OC\Files\Filesystem;
31 31
 use OC\Files\View;
32 32
 use OCP\Encryption\IEncryptionModule;
33
-use OCP\Files\Storage;
34 33
 use OCP\IConfig;
35 34
 
36 35
 class Util {
Please login to merge, or discard this patch.