Fix wrong default value in PHP Class

This commit is contained in:
Daniel Siepmann 2023-01-09 06:44:58 +00:00
parent 9cb0a681b9
commit ff8519e827

View file

@ -34,7 +34,7 @@ class EventDemand
/** /**
* @var string * @var string
*/ */
protected $region = null; protected $region = '';
/** /**
* @var bool * @var bool