Merge pull request #2064 from PEMapModder/patch-2

Fixed wrong cases
This commit is contained in:
Shoghi Cervantes 2014-09-07 09:02:54 +02:00
commit d0b0fbf992

View File

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