We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: