changed direct public property access to using getter methods
phpdoc improvements
This commit is contained in:
@ -11,7 +11,7 @@ namespace MCTeam\Dedimania;
|
||||
*/
|
||||
class DedimaniaPlayer {
|
||||
/*
|
||||
* Public Properties
|
||||
* Public properties
|
||||
*/
|
||||
public $login = '';
|
||||
public $maxRank = -1;
|
||||
|
Reference in New Issue
Block a user