8000 minor #30106 [FrameworkBundle] fix xsd (XuruDragon) · symfony/symfony@f820978 · GitHub
[go: up one dir, main page]

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 f820978

Browse files
minor #30106 [FrameworkBundle] fix xsd (XuruDragon)
This PR was merged into the 4.2 branch. Discussion ---------- [FrameworkBundle] fix xsd | Q | A | ------------- | --- | Branch? | 4.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a fix a mistake introduce in #30101 Commits ------- 436c3b9 [FrameworkBundle] fix xsd
2 parents 696f821 + 436c3b9 commit f820978

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@
306306
<xsd:element name="to" type="xsd:string" minOccurs="1" maxOccurs="unbounded" />
307307
<xsd:element name="metadata" type="metadata" minOccurs="0" maxOccurs="unbounded" />
308308
<xsd:element name="guard" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
309-
<xsd:element name="metadata" type="metadata" minOccurs="0" maxOccurs="unbounded" />
310309
</xsd:sequence>
311310
<xsd:attribute name="name" type="xsd:string" use="required" />
312311
</xsd:complexType>

0 commit comments

Comments
 (0)
0