diff options
Diffstat (limited to 'lib/public/Security/ICrypto.php')
-rw-r--r-- | lib/public/Security/ICrypto.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Security/ICrypto.php b/lib/public/Security/ICrypto.php index 2ca501e62be..1ec2f60c4e8 100644 --- a/lib/public/Security/ICrypto.php +++ b/lib/public/Security/ICrypto.php @@ -37,7 +37,6 @@ namespace OCP\Security; * @since 8.0.0 */ interface ICrypto { - /** * @param string $message The message to authenticate * @param string $password Password to use (defaults to `secret` in config.php) |