-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
MessengerhasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.
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)
Metadata
Metadata
Assignees
Labels
MessengerhasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.