mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +00:00
Fixed wrong cases
I know this doesn't matter at all, but it is ugly in IDEs.
This commit is contained in:
@ -24,7 +24,7 @@ namespace pocketmine\command;
|
||||
interface PluginIdentifiableCommand{
|
||||
|
||||
/**
|
||||
* @return \pocketmine\plugin\plugin
|
||||
* @return \pocketmine\plugin\Plugin
|
||||
*/
|
||||
public function getPlugin();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user