type hints

resolved warnings
This commit is contained in:
Steffen Schröder
2014-05-02 15:35:52 +02:00
parent f9a3c0f72e
commit c059d7316c
6 changed files with 23 additions and 6 deletions

View File

@ -79,6 +79,7 @@ class ManiaControl implements CommandListener, TimerListener {
public $server = null;
public $settingManager = null;
public $statisticManager = null;
/** @var UpdateManager $updateManager */
public $updateManager = null;
public $errorHandler = null;
public $timerManager = null;