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