From aea734aaf15d38f8b1f819fc2f693ec24236cad3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 6 May 2015 12:14:18 +0200 Subject: Fix missing types on doc block and deduplicate the method name --- lib/private/files/storage/wrapper/encryption.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/private/files/storage/wrapper/encryption.php b/lib/private/files/storage/wrapper/encryption.php index c2a29bdb0ce..c0c4c6979c2 100644 --- a/lib/private/files/storage/wrapper/encryption.php +++ b/lib/private/files/storage/wrapper/encryption.php @@ -413,10 +413,10 @@ class Encryption extends Wrapper { * copy file between two storages * * @param \OCP\Files\Storage $sourceStorage - * @param $sourceInternalPath - * @param $targetInternalPath - * @param $preserveMtime - * @param $isRename + * @param string $sourceInternalPath + * @param string $targetInternalPath + * @param bool $preserveMtime + * @param bool $isRename * @return bool */ private function copyBetweenStorage(\OCP\Files\Storage $sourceStorage, $sourceInternalPath, $targetInternalPath, $preserveMtime, $isRename) { -- cgit v1.2.3