summaryrefslogtreecommitdiffstats
path: root/lib/public/Security
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Security')
-rw-r--r--lib/public/Security/ICrypto.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Security/ICrypto.php b/lib/public/Security/ICrypto.php
index 0de2e47b755..aa2b9eed2c0 100644
--- a/lib/public/Security/ICrypto.php
+++ b/lib/public/Security/ICrypto.php
@@ -61,5 +61,5 @@ interface ICrypto {
* @throws \Exception If the HMAC does not match
* @since 8.0.0
*/
- public function decrypt($authenticatedCiphertext, $password = '');
+ public function decrypt(string $authenticatedCiphertext, string $password = ''): string;
}