Skip to content

Commit 03ed73b

Browse files
committed
Merge pull request #41 from symfony/xsd
fix xsd type
2 parents a165416 + 9915527 commit 03ed73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/schema/monolog-1.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<xsd:sequence>
8181
<xsd:element name="channel" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
8282
</xsd:sequence>
83-
<xsd:attribute name="type" type="xsd:string" />
83+
<xsd:attribute name="type" type="channel_type" />
8484
</xsd:complexType>
8585

8686
<xsd:simpleType name="channel_type">

0 commit comments

Comments
 (0)