changed direct public property access to using getter methods
phpdoc improvements
This commit is contained in:
@ -13,8 +13,9 @@ use ManiaControl\ManiaControl;
|
||||
*/
|
||||
class LibXmlRpcCallbacks implements CallbackListener {
|
||||
/*
|
||||
* Private Properties
|
||||
* Private properties
|
||||
*/
|
||||
/** @var ManiaControl $maniaControl */
|
||||
private $maniaControl = null;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user