Completed
Pull Request — master (#27531)
by Piotr
13:18
created
lib/private/Files/Storage/Wrapper/Checksum.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,8 +86,8 @@
 block discarded – undo
86 86
 	}
87 87
 
88 88
 	/**
89
-	 * @param $mode
90
-	 * @param $path
89
+	 * @param string $mode
90
+	 * @param string $path
91 91
 	 * @return int
92 92
 	 */
93 93
 	private function getChecksumRequirement($path, $mode) {
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -21,10 +21,7 @@
 block discarded – undo
21 21
 namespace OC\Files\Storage\Wrapper;
22 22
 
23 23
 use Icewind\Streams\CallbackWrapper;
24
-use OC\Cache\CappedMemoryCache;
25 24
 use OC\Files\Stream\Checksum as ChecksumStream;
26
-use OC\OCS\Exception;
27
-use OCP\ILogger;
28 25
 use OCP\Files\IHomeStorage;
29 26
 
30 27
 /**
Please login to merge, or discard this patch.