Skip to content

Commit dd8241f

Browse files
committed
[FrameworkBundle] Fix XSD definition
1 parent d4883d9 commit dd8241f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/schema/symfony-1.0.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@
578578

579579
<xsd:complexType name="mailer_envelope">
580580
<xsd:sequence>
581-
<xsd:element name="sender" type="xsd:string" />
581+
<xsd:element name="sender" type="xsd:string" minOccurs="0" maxOccurs="1" />
582582
<xsd:element name="recipients" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
583583
</xsd:sequence>
584584
</xsd:complexType>

0 commit comments

Comments
 (0)