diff options
Diffstat (limited to 'lib/public/Accounts/IAccount.php')
-rw-r--r-- | lib/public/Accounts/IAccount.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Accounts/IAccount.php b/lib/public/Accounts/IAccount.php index a389ce5fddb..3f8c86cbc1a 100644 --- a/lib/public/Accounts/IAccount.php +++ b/lib/public/Accounts/IAccount.php @@ -32,7 +32,6 @@ use OCP\IUser; * Interface IAccount * * @since 15.0.0 - * @package OCP\Accounts */ interface IAccount extends \JsonSerializable { |