aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Security/IHasher.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Security/IHasher.php')
-rw-r--r--lib/public/Security/IHasher.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Security/IHasher.php b/lib/public/Security/IHasher.php
index dc9f8d7d2b6..881d74aa184 100644
--- a/lib/public/Security/IHasher.php
+++ b/lib/public/Security/IHasher.php
@@ -44,7 +44,6 @@ namespace OCP\Security;
* var_dump(\OC::$server->getHasher()->verify('a', '86f7e437faa5a7fce15d1ddcb9eaeaea377667b8', $newHash));
* var_dump($newHash);
*
- * @package OCP\Security
* @since 8.0.0
*/
interface IHasher {