aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-04-02 17:53:40 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 13:30:31 +0200
commit111fbabfb4772310cfae7037dfc3b71dcb881cc5 (patch)
tree80f11af29b391032f565f00aa831c23024c4abe6 /lib/private/files
parentb9e4e61759b4cc3cdf5c0cabd8e5a8d6828d5528 (diff)
downloadnextcloud-server-111fbabfb4772310cfae7037dfc3b71dcb881cc5.tar.gz
nextcloud-server-111fbabfb4772310cfae7037dfc3b71dcb881cc5.zip
PHPDoc cleanup - clean code \o/
Diffstat (limited to 'lib/private/files')
-rw-r--r--lib/private/files/storage/wrapper/encryption.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/storage/wrapper/encryption.php b/lib/private/files/storage/wrapper/encryption.php
index 946e7bfbe40..bc0b5c87adc 100644
--- a/lib/private/files/storage/wrapper/encryption.php
+++ b/lib/private/files/storage/wrapper/encryption.php
@@ -394,7 +394,7 @@ class Encryption extends Wrapper {
}
/**
- * @param string $encryptionModule
+ * @param string $encryptionModuleId
* @return \OCP\Encryption\Keys\IStorage
*/
protected function getKeyStorage($encryptionModuleId) {