Server: fixed return type doc comment for getCommandAliases()

This commit is contained in:
Dylan K. Taylor 2019-12-01 21:00:49 +00:00
parent 92e1811b06
commit 5caae37768

View File

@ -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");