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