Fixed wrong cases

I know this doesn't matter at all, but it is ugly in IDEs.
This commit is contained in:
PEMapModder 2014-09-07 13:21:05 +08:00
parent 84e62598ce
commit ab334e6962

View File

@ -24,7 +24,7 @@ namespace pocketmine\command;
interface PluginIdentifiableCommand{
/**
* @return \pocketmine\plugin\plugin
* @return \pocketmine\plugin\Plugin
*/
public function getPlugin();
}
}