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

@ -36,7 +36,7 @@ abstract class Enum {
/**
* @var string
*/
private $value = '';
private $value;
/**
* Constructor method. Takes the value you want to set.