Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 93c5188

Browse filesBrowse files
committed
fix xml schema for failure transport
1 parent ed685a8 commit 93c5188
Copy full SHA for 93c5188

File tree

2 files changed

+2
-7
lines changed
Filter options

2 files changed

+2
-7
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
+1-5Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -407,16 +407,12 @@
407407
<xsd:complexType name="messenger">
408408
<xsd:sequence>
409409
<xsd:element name="serializer" type="messenger_serializer" minOccurs="0" />
410-
<xsd:element name="failure_transport" type="messenger_failure_transport" minOccurs="0" maxOccurs="unbounded" />
411410
<xsd:element name="routing" type="messenger_routing" minOccurs="0" maxOccurs="unbounded" />
412411
<xsd:element name="transport" type="messenger_transport" minOccurs="0" maxOccurs="unbounded" />
413412
<xsd:element name="bus" type="messenger_bus" minOccurs="0" maxOccurs="unbounded" />
414413
</xsd:sequence>
415414
<xsd:attribute name="default-bus" type="xsd:string" />
416-
</xsd:complexType>
417-
418-
<xsd:complexType name="messenger_failure_transport">
419-
<xsd:attribute name="name" type="xsd:string" />
415+
<xsd:attribute name="failure_transport" type="xsd:string" />
420416
</xsd:complexType>
421417

422418
<xsd:complexType name="messenger_serializer">

‎src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/messenger_multiple_failure_transports_global.xml

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/messenger_multiple_failure_transports_global.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
77

88
<framework:config>
9-
<framework:messenger>
10-
<framework:failure_transport name="failure_transport_global" />
9+
<framework:messenger failure_transport="failure_transport_global">
1110
<framework:transport name="transport_1" dsn="null://" failure_transport="failure_transport_1" />
1211
<framework:transport name="transport_2" dsn="null://" />
1312
<framework:transport name="transport_3" dsn="null://" failure_transport="failure_transport_3" />

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.