From 7dd1e2f439d80abfc3f9b76b1aa6628c86ce967c Mon Sep 17 00:00:00 2001 From: beu Date: Thu, 14 Apr 2022 22:10:52 +0200 Subject: [PATCH] add metadata comment for IDE --- MatchManagerSuite/MatchManagerWidget.php | 1 + 1 file changed, 1 insertion(+) diff --git a/MatchManagerSuite/MatchManagerWidget.php b/MatchManagerSuite/MatchManagerWidget.php index faa143c..f71faa5 100644 --- a/MatchManagerSuite/MatchManagerWidget.php +++ b/MatchManagerSuite/MatchManagerWidget.php @@ -120,6 +120,7 @@ class MatchManagerWidget implements ManialinkPageAnswerListener, CallbackListene */ public function load(ManiaControl $maniaControl) { $this->maniaControl = $maniaControl; + /** @var MatchManagerCore */ $this->MatchManagerCore = $this->maniaControl->getPluginManager()->getPlugin(self::MATCHMANAGERCORE_PLUGIN); if ($this->MatchManagerCore == Null) {