Skip to content

Commit aef7610

Browse files
committed
resolved consistency error for merged indexer xml files
1 parent cac512f commit aef7610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Indexer/etc/indexer_merged.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
<xs:simpleType name="classType">
5858
<xs:annotation>
5959
<xs:documentation>
60-
Class name can contain only [a-zA-Z\].
60+
Class name can contain only [a-zA-Z|\\]+[a-zA-Z0-9\\]+.
6161
</xs:documentation>
6262
</xs:annotation>
6363
<xs:restriction base="xs:string">
64-
<xs:pattern value="[a-zA-Z\\]+" />
64+
<xs:pattern value="[a-zA-Z|\\]+[a-zA-Z0-9\\]+"/>
6565
</xs:restriction>
6666
</xs:simpleType>
6767

0 commit comments

Comments
 (0)