Merge branch 'master' of github.com:PocketMine/PocketMine-MP

This commit is contained in:
Shoghi Cervantes 2014-09-07 19:33:01 +02:00
commit bd721a13a3

View File

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