Skip to content
New issue

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

Annotation fixer don't remove overridden removed methods #2615

Open
liborplucnar opened this issue May 9, 2023 · 0 comments
Open

Annotation fixer don't remove overridden removed methods #2615

liborplucnar opened this issue May 9, 2023 · 0 comments

Comments

@liborplucnar
Copy link

Describe the bug

If the method is removed from vendor class, annotation remains on child classes. Phpstan can't find out that this method is missing. There is Call to undefined method error when you try to call these methods.

For example, there are methods on CC in App\Model\Order\OrderFacade, which no longer exists in vendor:

  • getCustomerUserOrderLimitedList,
  • getByUuidAndUrlHash,
  • getByUuidAndCustomerUser.

Methods are removed in ed95cb0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants