[FrameworkBundle] added a missing attribute in XSD

This commit is contained in:
Fabien Potencier 2012-06-14 11:31:07 +02:00
parent c07e9163a6
commit 6448fd0772

View File

@ -66,6 +66,7 @@
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="http-port" type="xsd:string" />
<xsd:attribute name="https-port" type="xsd:string" />
<xsd:attribute name="strict-parameters" type="xsd:string" />
</xsd:complexType>
<xsd:complexType name="session">