Bug Report
| Subject |
Details |
| Rector version |
2.6.6 |
Hi,
i use annotations for routing & generating an openapi spec.
If i have two controllers with different method annotations that are only calling the parent method, both methods including the different annotations are removed.
Minimal PHP Code Causing Issue
https://getrector.com/demo/02de4cfe-502e-46d7-b541-9c9bcc87f62d
Expected Behaviour
Either no change or maybe move all annotations from child classes that are the same for every child to the parent.
Bug Report
Hi,
i use annotations for routing & generating an openapi spec.
If i have two controllers with different method annotations that are only calling the parent method, both methods including the different annotations are removed.
Minimal PHP Code Causing Issue
https://getrector.com/demo/02de4cfe-502e-46d7-b541-9c9bcc87f62d
Expected Behaviour
Either no change or maybe move all annotations from child classes that are the same for every child to the parent.