Why does AddOverrideAttributeToOverriddenMethodsRector ignores implementation of abstract methods? #9029
-
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: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That's expected, see PR: for reasoning. |
Beta Was this translation helpful? Give feedback.
That's expected, see PR:
for reasoning.