Some fixes, thanks PhpStorm

This commit is contained in:
Dylan K. Taylor
2017-01-04 11:29:24 +00:00
parent 096836faaa
commit 1cb96d24ce
16 changed files with 28 additions and 20 deletions

View File

@ -80,7 +80,7 @@ interface Plugin extends CommandExecutor{
public function saveResource($filename, $replace = false);
/**
* Returns all the resources incrusted in the plugin
* Returns all the resources packaged with the plugin
*/
public function getResources();

View File

@ -217,7 +217,7 @@ abstract class PluginBase implements Plugin{
}
/**
* Returns all the resources incrusted on the plugin
* Returns all the resources packaged with the plugin
*
* @return string[]
*/