add metadata comment for IDE

This commit is contained in:
Beu 2022-04-14 22:10:52 +02:00
parent a87c9a7770
commit 7dd1e2f439
1 changed files with 1 additions and 0 deletions

View File

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