diff options
author | Clark Tomlinson <fallen013@gmail.com> | 2015-03-26 20:35:36 -0400 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-07 13:30:27 +0200 |
commit | d15c2e52b0576e7846a09fd84e0e10f3054623c6 (patch) | |
tree | f027d9cb18160353fe440e4eef48be8aa7cdea99 /apps/encryption/lib/crypto | |
parent | 2e00acda079644ce4eb61b8a3812b095df8d05e3 (diff) | |
download | nextcloud-server-d15c2e52b0576e7846a09fd84e0e10f3054623c6.tar.gz nextcloud-server-d15c2e52b0576e7846a09fd84e0e10f3054623c6.zip |
cleanup and removing cachefactory
Diffstat (limited to 'apps/encryption/lib/crypto')
-rw-r--r-- | apps/encryption/lib/crypto/encryption.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/lib/crypto/encryption.php b/apps/encryption/lib/crypto/encryption.php index 43d3b842688..f036ea42cb9 100644 --- a/apps/encryption/lib/crypto/encryption.php +++ b/apps/encryption/lib/crypto/encryption.php @@ -77,7 +77,7 @@ class Encryption implements IEncryptionModule { * @param array $header contains the header data read from the file * @param array $accessList who has access to the file contains the key 'users' and 'public' * - * $return array $header contain data as key-value pairs which should be + * @return array $header contain data as key-value pairs which should be * written to the header, in case of a write operation * or if no additional data is needed return a empty array */ |