[DebugBundle] Fix config XSD

This commit is contained in:
Nicolas Grekas 2015-05-24 12:31:48 -07:00
parent 237996eb6e
commit 6b15ab5a4d

View File

@ -9,5 +9,6 @@
<xsd:complexType name="config">
<xsd:attribute name="max-items" type="xsd:integer" />
<xsd:attribute name="max-string-length" type="xsd:integer" />
<xsd:attribute name="dump-destination" type="xsd:string" />
</xsd:complexType>
</xsd:schema>