Open Chris53897 opened 8 months ago
Can you please have a look at this Error? This needs to be fixed to allow people to send PRs.
Class name referenced via call of function get_class(). https://github.com/phly/keep-a-changelog/blob/2.12.x/src/ListenerProvider.php#L167
Class name referenced via call of function get_class().
PHPStrom wants to fix it with $type = $event::class; But this in only allowed in PHP >= 8.0
Can you please have a look at this Error? This needs to be fixed to allow people to send PRs.
Class name referenced via call of function get_class().
https://github.com/phly/keep-a-changelog/blob/2.12.x/src/ListenerProvider.php#L167PHPStrom wants to fix it with $type = $event::class; But this in only allowed in PHP >= 8.0