diff --git a/Account/Account.php b/Account/Account.php index cc2ba5125..a3a729587 100644 --- a/Account/Account.php +++ b/Account/Account.php @@ -263,7 +263,7 @@ class Account implements ArrayableInterface, \JsonSerializable * * Adds permissions to the account * - * @param PermissionAbstract[] $permissions Array of permissions to add to the account + * @param array $permissions Array of permissions to add to the account * * @return void *