From 430be41982483aae330a3fccf558350e2368ce74 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 17 Sep 2018 19:38:00 +0200 Subject: [PATCH] Move ownership from modules to framework --- Account/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *