From 3d8ea96e5576bf1d42a0910f111967937415b7f4 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 22 May 2015 00:17:38 +0200 Subject: Fix PHPDoc Use correct parameters --- lib/private/files/storage/wrapper/encryption.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/private/files/storage/wrapper/encryption.php') 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; } -- cgit v1.2.3