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 @@