mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 20:28:31 +00:00
Permission->getChildren() no longer returns by-ref
This commit is contained in:
parent
aa67c4894f
commit
ecbc4e9433
@ -77,7 +77,7 @@ class Permission{
|
||||
* @return bool[]
|
||||
* @phpstan-return array<string, bool>
|
||||
*/
|
||||
public function &getChildren() : array{
|
||||
public function getChildren() : array{
|
||||
return $this->children;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user