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