We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961f8c9 commit 2efa4beCopy full SHA for 2efa4be
testData/inspections/xml/PreferenceDeclarationInspection/classAttrForDoesNotExists/di.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0"?>
2
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
4
- <preference for="" type="Not\Existent\Class"/>
+ <preference for="Not\Existent\Class" type=""/>
5
</config>
0 commit comments