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
These should be part of PHP 8 set
See 82e92c0
private and final cannot be used together on class method → drop final, as private is stating it clearly for both
private
final
parent cannot be called, if no parent class → remove parent (handled by code quality rule)
__setState() must be static → add visibility to it
__setState()
static
The text was updated successfully, but these errors were encountered:
Closing as it was done in #4792, #4794 and #4795.
Sorry, something went wrong.
Thank you 👍
Updated Rector to commit dc6e83c69ff9848d5bbfeedc9c596a042239a840
9d88bf8
rectorphp/rector-src@dc6e83c [e2e] Handle $rectorConfig->paths() with wilcards * config (#4765)
No branches or pull requests
These should be part of PHP 8 set
See 82e92c0
private
andfinal
cannot be used together on class method→ drop
final
, asprivate
is stating it clearly for bothparent cannot be called, if no parent class
→ remove parent (handled by code quality rule)
__setState()
must bestatic
→ add visibility to it
The text was updated successfully, but these errors were encountered: