Move ownership from modules to framework

This commit is contained in:
Dennis Eichhorn 2018-09-17 19:38:00 +02:00
parent f8bad0558b
commit 430be41982

View File

@ -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<array|PermissionAbstract> $permissions Array of permissions to add to the account
*
* @return void
*