Skip to content

Commit 2efa4be

Browse files
committed
fixed code test file after review
1 parent 961f8c9 commit 2efa4be

File tree

1 file changed

+1
-1
lines changed
  • testData/inspections/xml/PreferenceDeclarationInspection/classAttrForDoesNotExists

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
4-
<preference for="" type="Not\Existent\Class"/>
4+
<preference for="Not\Existent\Class" type=""/>
55
</config>

0 commit comments

Comments
 (0)