From 98c69af28dcffe75b60153c60345bde9fb4beb3e Mon Sep 17 00:00:00 2001 From: kremsy Date: Mon, 30 Dec 2013 16:52:26 +0100 Subject: [PATCH] added varcomment to every plugin --- application/core/Players/PlayerList.php | 1 + application/plugins/ChatMessagePlugin.php | 7 +------ application/plugins/Chatlog.php | 1 + application/plugins/Donations.php | 1 + application/plugins/Endurance.php | 1 + application/plugins/Karma.php | 1 + application/plugins/LocalRecords.php | 1 + application/plugins/Obstacle.php | 1 + application/plugins/WidgetPlugin.php | 2 +- 9 files changed, 9 insertions(+), 7 deletions(-) diff --git a/application/core/Players/PlayerList.php b/application/core/Players/PlayerList.php index 5794cb6e..d333f06b 100644 --- a/application/core/Players/PlayerList.php +++ b/application/core/Players/PlayerList.php @@ -140,6 +140,7 @@ class PlayerList implements ManialinkPageAnswerListener, CallbackListener { $i = 1; $y -= 10; foreach($players as $listPlayer){ + /** @var Player $listPlayer */ $path = $listPlayer->getProvince(); $playerFrame = new Frame(); diff --git a/application/plugins/ChatMessagePlugin.php b/application/plugins/ChatMessagePlugin.php index 43496db1..1251b432 100644 --- a/application/plugins/ChatMessagePlugin.php +++ b/application/plugins/ChatMessagePlugin.php @@ -1,10 +1,4 @@