PermissionManager: fixed nonsensical PHPDoc type

This commit is contained in:
Dylan K. Taylor 2020-11-27 19:16:07 +00:00
parent 48595630fc
commit ab18332572

View File

@ -157,7 +157,7 @@ class PermissionManager{
}
/**
* @return array|Permissible[]
* @return Permissible[]
*/
public function getPermissionSubscriptions(string $permission) : array{
return $this->permSubs[$permission] ?? [];