PluginBase: remove useless duplicate doc comment from onLoad() stub

This commit is contained in:
Dylan K. Taylor 2020-01-18 17:56:44 +00:00
parent f069df65a8
commit c7f1b605f2

View File

@ -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(){
}