summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/wrapper
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-05-22 09:47:59 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-05-22 09:47:59 +0200
commitd7b2bc9e2faa29cb7862e4d9aa2ffa98846f7298 (patch)
treeb938f1e869f79c9205ae96b453baa0ca08a8d538 /lib/private/files/storage/wrapper
parent156881efce0ecd18c7470a6b485de7e9cf7d4a3b (diff)
parent3d8ea96e5576bf1d42a0910f111967937415b7f4 (diff)
downloadnextcloud-server-d7b2bc9e2faa29cb7862e4d9aa2ffa98846f7298.tar.gz
nextcloud-server-d7b2bc9e2faa29cb7862e4d9aa2ffa98846f7298.zip
Merge pull request #16516 from owncloud/fix-phpdoc-trait
Fix PHPDoc
Diffstat (limited to 'lib/private/files/storage/wrapper')
-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;
}