Completed
Pull Request — master (#29706)
by Phil
11:35
created
apps/dav/lib/Connector/Sabre/FilesPlugin.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
 
33 33
 use OC\AppFramework\Http\Request;
34 34
 use OCA\DAV\Files\IProvidesAdditionalHeaders;
35
-use OCA\DAV\Meta\MetaFile;
36 35
 use OCP\Files\ForbiddenException;
37 36
 use Sabre\DAV\Exception\Forbidden;
38 37
 use Sabre\DAV\Exception\NotFound;
Please login to merge, or discard this patch.
apps/files_versions/lib/Storage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -310,6 +310,9 @@
 block discarded – undo
310 310
 	}
311 311
 
312 312
 
313
+	/**
314
+	 * @param string $revision
315
+	 */
313 316
 	public static function restoreVersion($uid, $filename, $fileToRestore, $revision) {
314 317
 		if(\OCP\Config::getSystemValue('files_versions', Storage::DEFAULTENABLED) !== true) {
315 318
 			return false;
Please login to merge, or discard this patch.
lib/private/Cache/File.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
 
93 93
 	/**
94 94
 	 * @param string $key
95
-	 * @param mixed $value
95
+	 * @param string|null $value
96 96
 	 * @param int $ttl
97 97
 	 * @return bool|mixed
98 98
 	 * @throws \OC\ForbiddenException
Please login to merge, or discard this patch.