More code cleanup

This commit is contained in:
David Stone
2025-02-09 11:32:57 -07:00
parent 07a69d33e5
commit d9122a410d
14 changed files with 16 additions and 20 deletions

View File

@ -74,12 +74,12 @@ class CPanel_API {
/**
* @var integer
*/
private $port = 2083;
private $port;
/**
* @var boolean
*/
private $log = false;
private $log;
/**
* Creates the CPanel_API Object.