Closed
Description
Version 5.0.3
Error
<option>
tag does not exist within <framework:transport>
sequence
Link to documentation
<framework:option>
tag does not exist within <framework:transport>
sequence
Link to documentation
Note
XSD declares the following
<!-- /vendor/symfony/framework-bundle/Resources/config/schema/symfony-1.0.xsd -->
<xsd:element name="options" type="metadata" minOccurs="0" maxOccurs="unbounded" />
<xsd:complexType name="metadata">
<xsd:sequence>
<xsd:any minOccurs="0" processContents="lax"/>
</xsd:sequence>
</xsd:complexType>
So the correct tag should be framework:options BUT it also fails (an issue will be submitted regarding this)