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

984: Filtered generated folder from reference resolving results #1044

Conversation

bohdan-harniuk
Copy link
Collaborator

Description (*)

Fixed issue with wrong references resolved for a class if Magento 2 proxy was generated for it.
In this case the PHPStorm filters references resolved from the /vendor/ directory if there is any result from the project itself (generated folder in this case).

Before:

Screenshot 2022-03-24 at 13 26 19

ℹ️ Additional side affect provided in the related issue: #984.

After:

Screenshot 2022-03-24 at 13 22 41

Mar-24-2022 13-23-35

Fixed Issues (if relevant)

  1. Fixes [UCT] Error is not displayed if the generated class of the method called exists #984

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with integration/functional tests (if applicable)
  • All automated tests passed successfully (all builds are green)

eduard13
eduard13 previously approved these changes Mar 24, 2022
@bohdan-harniuk bohdan-harniuk merged commit 6504566 into magento:4.3.0-develop Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UCT] Error is not displayed if the generated class of the method called exists
2 participants