[FrameworkBundle] Fix XSD definition

This commit is contained in:
Fabien Potencier 2020-06-09 09:39:38 +02:00
parent 4d6a02a0e1
commit 38ad0063a0
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@
<xsd:complexType name="mailer_envelope">
<xsd:sequence>
<xsd:element name="sender" type="xsd:string" />
<xsd:element name="sender" type="xsd:string" minOccurs="0" maxOccurs="1" />
<xsd:element name="recipients" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>