keep-a-changelog
keep-a-changelog copied to clipboard
Fix preCommit Errors for get_class()
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
PHPStrom wants to fix it with $type = $event::class; But this in only allowed in PHP >= 8.0