mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +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
|
||||
*
|
||||
* @return PluginIdentifiableCommand
|
||||
* @return Command|PluginIdentifiableCommand
|
||||
*/
|
||||
public function getCommand($name){
|
||||
$command = $this->getServer()->getPluginCommand($name);
|
||||
@ -290,4 +290,4 @@ abstract class PluginBase implements Plugin{
|
||||
return $this->loader;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user