mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
PluginBase: remove useless duplicate doc comment from onLoad() stub
This commit is contained in:
@ -85,9 +85,6 @@ abstract class PluginBase implements Plugin{
|
||||
$this->scheduler = new TaskScheduler($this->logger, $this->getFullName());
|
||||
}
|
||||
|
||||
/**
|
||||
* Called when the plugin is loaded, before calling onEnable()
|
||||
*/
|
||||
public function onLoad(){
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user