You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a path repository for development, you'll often have two directories containing the same code. One in your path (and project), and one in the vendor directory. When this happens, the plugin will flag false positives.
To Reproduce (*)
Steps to reproduce the behavior:
Include a Magento module with a Composer local path repository.
Add a plugin to any class.
Add an observer to any class.
Expected behavior (*)
No issues are reported for the plugin and for the observer.
Hi @sprankhub. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
Describe the bug (*)
When using a path repository for development, you'll often have two directories containing the same code. One in your path (and project), and one in the vendor directory. When this happens, the plugin will flag false positives.
To Reproduce (*)
Steps to reproduce the behavior:
Expected behavior (*)
No issues are reported for the plugin and for the observer.
Screenshots
Shamelessly taken from #372:
Please complete the following information: (*)
Additional context
The issue has already been reported in #372 and closed, but it is not solved yet / was introduced again.
The text was updated successfully, but these errors were encountered: