From ab334e6962ad93337d993dbaca31485dd6167fd9 Mon Sep 17 00:00:00 2001 From: PEMapModder Date: Sun, 7 Sep 2014 13:21:05 +0800 Subject: [PATCH] Fixed wrong cases I know this doesn't matter at all, but it is ugly in IDEs. --- src/pocketmine/command/PluginIdentifiableCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pocketmine/command/PluginIdentifiableCommand.php b/src/pocketmine/command/PluginIdentifiableCommand.php index df0e7062b..26ebddaf5 100644 --- a/src/pocketmine/command/PluginIdentifiableCommand.php +++ b/src/pocketmine/command/PluginIdentifiableCommand.php @@ -24,7 +24,7 @@ namespace pocketmine\command; interface PluginIdentifiableCommand{ /** - * @return \pocketmine\plugin\plugin + * @return \pocketmine\plugin\Plugin */ public function getPlugin(); -} \ No newline at end of file +}