mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 14:35:35 +00:00
Update documentation of PluginBase::getCommand() for IDEs' auto completion
This commit is contained in:
parent
71d602a4cf
commit
1bd9cbd4d3
@ -135,7 +135,7 @@ abstract class PluginBase implements Plugin{
|
|||||||
/**
|
/**
|
||||||
* @param string $name
|
* @param string $name
|
||||||
*
|
*
|
||||||
* @return PluginIdentifiableCommand
|
* @return Command|PluginIdentifiableCommand
|
||||||
*/
|
*/
|
||||||
public function getCommand($name){
|
public function getCommand($name){
|
||||||
$command = $this->getServer()->getPluginCommand($name);
|
$command = $this->getServer()->getPluginCommand($name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user