mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 20:28:31 +00:00
PermissionManager: fixed nonsensical PHPDoc type
This commit is contained in:
parent
48595630fc
commit
ab18332572
@ -157,7 +157,7 @@ class PermissionManager{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return array|Permissible[]
|
* @return Permissible[]
|
||||||
*/
|
*/
|
||||||
public function getPermissionSubscriptions(string $permission) : array{
|
public function getPermissionSubscriptions(string $permission) : array{
|
||||||
return $this->permSubs[$permission] ?? [];
|
return $this->permSubs[$permission] ?? [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user