In PHP 7.4.0, ReflectionClass and static properties don't play nicely together. Using ReflectionProperty side steps the issue.
In PHP 7.4.0, ReflectionClass and static properties don't play nicely together. Using ReflectionProperty side steps the issue.