mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-08 12:48:32 +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[]
|
* @return bool[]
|
||||||
* @phpstan-return array<string, bool>
|
* @phpstan-return array<string, bool>
|
||||||
*/
|
*/
|
||||||
public function &getChildren() : array{
|
public function getChildren() : array{
|
||||||
return $this->children;
|
return $this->children;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user