We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should have preference XML attributes inspections:
<?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <preference for="Foo\Bar\Api\Data\FooAInterface" type="Foo\Bar\Model\Data\FooB"/> </config>
For example, above we have two declared classes:
What if the Foo\Bar\Api\Data\FooAInterface is a typo? What if the Foo\Bar\Model\Data\FooBe is a typo too?
We need to cover this inspection to show if any of these classes don't exist.
The text was updated successfully, but these errors were encountered:
Hi @bohdan-harniuk. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.
Please, add a comment to assign the issue: @magento I am working on this
@magento I am working on this
Sorry, something went wrong.
Iamwade
Successfully merging a pull request may close this issue.
We should have preference XML attributes inspections:
For example, above we have two declared classes:
What if the Foo\Bar\Api\Data\FooAInterface is a typo?
What if the Foo\Bar\Model\Data\FooBe is a typo too?
We need to cover this inspection to show if any of these classes don't exist.
The text was updated successfully, but these errors were encountered: