Skip to content

Commit 14d7e55

Browse files
Merge branch '4.4' into 5.0
* 4.4: minor #37141 [Messenger] fix forward compatibility with Doctrine DBAL 2.11+ (xabbuh) fix forward compatibility with Doctrine DBAL 3 [WebProfilerBundle] Set NullLogger for functional tests [Mailer] Fixed generator bug when creating multiple transports using Transport::fromDsn [FrameworkBundle] Fix XSD definition Update welcome.html.php [travis] add nightly to allowed failures
2 parents ad83c65 + dd8241f commit 14d7e55

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
@@ -565,7 +565,7 @@
565565

566566
<xsd:complexType name="mailer_envelope">
567567
<xsd:sequence>
568-
<xsd:element name="sender" type="xsd:string" />
568+
<xsd:element name="sender" type="xsd:string" minOccurs="0" maxOccurs="1" />
569569
<xsd:element name="recipients" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
570570
</xsd:sequence>
571571
</xsd:complexType>

0 commit comments

Comments
 (0)