8000 bug #51326 [FrameworkBundle] Fix xsd for handle-all-throwables (Jean-… · symfony/symfony@6d11c7a · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d11c7a

Browse files
committed
bug #51326 [FrameworkBundle] Fix xsd for handle-all-throwables (Jean-Beru)
This PR was merged into the 6.3 branch. Discussion ---------- [FrameworkBundle] Fix xsd for handle-all-throwables | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | The `handle_all_throwables` has been introduced in 6.2 but XML configuration fails due to a missing attribute in the related XSD. Commits ------- 81acb10 [FrameworkBundle] Fix xsd handle-all-throwables
2 parents 8a93c4c + 81acb10 commit 6d11c7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
</xsd:choice>
5050

5151
<xsd:attribute name="http-method-override" type="xsd:boolean" />
52+
<xsd:attribute name="handle-all-throwables" type="xsd:boolean" />
5253
<xsd:attribute name="trust-x-sendfile-type-header" type="xsd:boolean" />
5354
<xsd:attribute name="ide" type="xsd:string" />
5455
<xsd:attribute name="secret" type="xsd:string" />

0 commit comments

Comments
 (0)
0