summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/wrapper/encryption.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-05-22 00:17:38 +0200
committerLukas Reschke <lukas@owncloud.com>2015-05-22 00:17:38 +0200
commit3d8ea96e5576bf1d42a0910f111967937415b7f4 (patch)
treecee156fe73fe22f138903fd2c7fc87a98483cd65 /lib/private/files/storage/wrapper/encryption.php
parentf9784745776eda5caedbbc72cf516ae70bce6f6a (diff)
downloadnextcloud-server-3d8ea96e5576bf1d42a0910f111967937415b7f4.tar.gz
nextcloud-server-3d8ea96e5576bf1d42a0910f111967937415b7f4.zip
Fix PHPDoc
Use correct parameters
Diffstat (limited to 'lib/private/files/storage/wrapper/encryption.php')
-rw-r--r--lib/private/files/storage/wrapper/encryption.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/private/files/storage/wrapper/encryption.php b/lib/private/files/storage/wrapper/encryption.php
index 5d146b2dd1d..624b332f363 100644
--- a/lib/private/files/storage/wrapper/encryption.php
+++ b/lib/private/files/storage/wrapper/encryption.php
@@ -609,6 +609,10 @@ class Encryption extends Wrapper {
return $encryptionModule;
}
+ /**
+ * @param string $path
+ * @param int $unencryptedSize
+ */
public function updateUnencryptedSize($path, $unencryptedSize) {
$this->unencryptedSize[$path] = $unencryptedSize;
}