Why does AddOverrideAttributeToOverriddenMethodsRector ignores implementation of abstract methods? #9029
Answered
by
samsonasik
EvilKarter
asked this question in
Q&A
|
What is the reason that the rector rule AddOverrideAttributeToOverriddenMethodsRector not add the Override to the implentation of abstract methods? The PHP Documentation says here my playgroud example: |
Answered by
samsonasik
Feb 20, 2025
Replies: 1 comment 2 replies
|
That's expected, see PR: for reasoning. |
2 replies
Answer selected by
samsonasik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's expected, see PR:
for reasoning.