mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 08:49:42 +00:00
Server: fixed return type doc comment for getCommandAliases()
This commit is contained in:
parent
92e1811b06
commit
5caae37768
@ -1444,7 +1444,7 @@ class Server{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return string[]
|
* @return string[][]
|
||||||
*/
|
*/
|
||||||
public function getCommandAliases() : array{
|
public function getCommandAliases() : array{
|
||||||
$section = $this->getProperty("aliases");
|
$section = $this->getProperty("aliases");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user