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 6bf4988a9f1..70f973b8c60 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 { |