10000 bug #37852 [FrameworkBundle] Fix error in xsd (l-vo) · symfony/symfony@5534811 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5534811

Browse files
committed
bug #37852 [FrameworkBundle] Fix error in xsd (l-vo)
This PR was merged into the 5.2-dev branch. Discussion ---------- [FrameworkBundle] Fix error in xsd Probably occured during merge | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Fix xsd error, I think that's happened after #37849, during the merge in upper branches. Commits ------- 6658316 [FrameworkBundle] Fix error in xsd
2 parents 5f2be64 + 6658316 commit 5534811

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,9 @@
581581
</xsd:complexType>
582582

583583
<xsd:complexType name="header" mixed="true">
584+
<xsd:attribute name="name" type="xsd:string" use="required" />
585+
</xsd:complexType>
586+
584587
<xsd:complexType name="mailer_transport" mixed="true">
585588
<xsd:attribute name="name" type="xsd:string" use="required" />
586589
</xsd:complexType>

0 commit comments

Comments
 (0)
0