summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/crypto/encryption.php
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-11-27 15:32:44 +0000
committerScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2015-11-27 15:32:44 +0000
commitbe4c3a8b56b2678d53a1688c8f451769b02b22ad (patch)
tree2f4aee6160c38e00714fd9d36c48c1e93e992aad /apps/encryption/lib/crypto/encryption.php
parent99c28a6ce64075be0bda93b4d46759b18b06aca6 (diff)
downloadnextcloud-server-be4c3a8b56b2678d53a1688c8f451769b02b22ad.tar.gz
nextcloud-server-be4c3a8b56b2678d53a1688c8f451769b02b22ad.zip
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'apps/encryption/lib/crypto/encryption.php')
-rw-r--r--apps/encryption/lib/crypto/encryption.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/encryption/lib/crypto/encryption.php b/apps/encryption/lib/crypto/encryption.php
index d1140ce7cde..ea6c05c338f 100644
--- a/apps/encryption/lib/crypto/encryption.php
+++ b/apps/encryption/lib/crypto/encryption.php
@@ -247,7 +247,7 @@ class Encryption implements IEncryptionModule {
* encrypt data
*
* @param string $data you want to encrypt
- * @return mixed encrypted data
+ * @return string encrypted data
*/
public function encrypt($data) {
@@ -312,7 +312,7 @@ class Encryption implements IEncryptionModule {
* decrypt data
*
* @param string $data you want to decrypt
- * @return mixed decrypted data
+ * @return string decrypted data
* @throws DecryptionFailedException
*/
public function decrypt($data) {