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

@ -24,12 +24,12 @@ if ( ! class_exists('MUCD_Log') ) {
/**
* @var string
*/
private $log_dir_path = '';
private $log_dir_path;
/**
* @var string
*/
private $log_file_name = '';
private $log_file_name;
/**
* Constructor