From 81706481f274f9ac435be5f677e750c0bb4218c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Sun, 15 Jun 2014 00:03:07 +0200 Subject: [PATCH] improved wording --- application/plugins/MCTeam/ServerRankingPlugin.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/plugins/MCTeam/ServerRankingPlugin.php b/application/plugins/MCTeam/ServerRankingPlugin.php index 783c9283..03a684df 100644 --- a/application/plugins/MCTeam/ServerRankingPlugin.php +++ b/application/plugins/MCTeam/ServerRankingPlugin.php @@ -345,10 +345,10 @@ class ServerRankingPlugin implements Plugin, CallbackListener, CommandListener { } /** - * Gets A Rank As Object with properties Avg PlayerIndex and Rank + * Get the Rank Object for the given Player * * @param Player $player - * @return Rank $rank + * @return Rank */ private function getRank(Player $player) { //TODO setting global from db or local @@ -372,7 +372,7 @@ class ServerRankingPlugin implements Plugin, CallbackListener, CommandListener { } /** - * Shows which Player is next ranked to you + * Show which Player is next ranked to you * * @param Player $player * @return bool