mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Some fixes, thanks PhpStorm
This commit is contained in:
@ -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();
|
||||
|
||||
|
@ -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[]
|
||||
*/
|
||||
|
Reference in New Issue
Block a user