diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-08-26 16:59:40 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-08-27 09:16:28 +0200 |
commit | de97d06f99e40446f601312b4feb45d6f1a5a130 (patch) | |
tree | 32175f5d6ea41602125923cb9485ccf69dd5bce0 /lib/public/Security/ISecureRandom.php | |
parent | 7a5e2455bb33a9f42dc75cbffc6617f551b48d2e (diff) | |
download | nextcloud-server-de97d06f99e40446f601312b4feb45d6f1a5a130.tar.gz nextcloud-server-de97d06f99e40446f601312b4feb45d6f1a5a130.zip |
Remove @package annotations from public namespace
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/public/Security/ISecureRandom.php')
-rw-r--r-- | lib/public/Security/ISecureRandom.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Security/ISecureRandom.php b/lib/public/Security/ISecureRandom.php index c2d149feaf8..b7db6e7a382 100644 --- a/lib/public/Security/ISecureRandom.php +++ b/lib/public/Security/ISecureRandom.php @@ -36,7 +36,6 @@ namespace OCP\Security; * Usage: * \OC::$server->getSecureRandom()->generate(10); * - * @package OCP\Security * @since 8.0.0 */ interface ISecureRandom { |