Skip to content

[Messenger] Error in XML faremwork:transport documentation #13009

Closed
@Metallou-dev

Description

@Metallou-dev

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

No one assigned

    Labels

    MessengerhasPRA Pull Request has already been submitted for this issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions