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