Completed
Pull Request — master (#32164)
by Thomas
40:22 queued 26:32
created
apps/files_versions/lib/Storage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -315,6 +315,9 @@
 block discarded – undo
315 315
 		}
316 316
 	}
317 317
 
318
+	/**
319
+	 * @param string $revision
320
+	 */
318 321
 	public static function restoreVersion($uid, $filename, $fileToRestore, $revision) {
319 322
 		if (\OC::$server->getConfig()->getSystemValue('files_versions', Storage::DEFAULTENABLED) !== true) {
320 323
 			return false;
Please login to merge, or discard this patch.
lib/private/Files/Storage/FailedStorage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 namespace OC\Files\Storage;
25 25
 
26 26
 use OC\Files\Cache\FailedCache;
27
-use OCP\Files\Storage\IStorage;
28 27
 use \OCP\Lock\ILockingProvider;
29 28
 use \OCP\Files\StorageNotAvailableException;
30 29
 
Please login to merge, or discard this patch.
lib/private/Files/Storage/Local.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
 namespace OC\Files\Storage;
38 38
 
39 39
 use OCP\Files\ForbiddenException;
40
-use OCP\Files\Storage\IStorage;
41 40
 
42 41
 /**
43 42
  * for local filestore, we only have to map the paths
Please login to merge, or discard this patch.