8000 Change allowed type for exception mapping status code from integer to… · symfony/symfony@26d12aa · GitHub
[go: up one dir, main page]

Skip to content

Commit 26d12aa

Browse files
andrew-demblalshe
authored andcommitted
Change allowed type for exception mapping status code from integer to string
It is required to allow to specify `null` as value
1 parent 5983b78 commit 26d12aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
<xsd:complexType name="exception">
369369
<xsd:attribute name="name" type="xsd:string" use="required" />
370370
<xsd:attribute name="log-level" type="xsd:string" />
371-
<xsd:attribute name="status-code" type="xsd:int" />
371+
<xsd:attribute name="status-code" type="xsd:string" />
372372
</xsd:complexType>
373373

374374
<xsd:complexType name="marking_store">

0 commit comments

Comments
 (0)
0