changed direct public property access to using getter methods
phpdoc improvements
This commit is contained in:
@ -25,6 +25,7 @@ class CustomUIManager implements CallbackListener, TimerListener {
|
||||
/*
|
||||
* Private properties
|
||||
*/
|
||||
/** @var ManiaControl $maniaControl */
|
||||
private $maniaControl = null;
|
||||
/** @var customUI $customUI */
|
||||
private $customUI = null;
|
||||
|
Reference in New Issue
Block a user