8000 fix xsd definition for strict-requirements · symfony/symfony@7ef90d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ef90d2

Browse files
committed
fix xsd definition for strict-requirements
1 parent 82a78ed commit 7ef90d2

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
@@ -75,7 +75,7 @@
7575
<xsd:attribute name="type" type="xsd:string" />
7676
<xsd:attribute name="http-port" type="xsd:string" />
7777
<xsd:attribute name="https-port" type="xsd:string" />
78-
<xsd:attribute name="strict-parameters" type="xsd:string" />
78+
<xsd:attribute name="strict-requirements" type="xsd:string" />
7979
</xsd:complexType>
8080

8181
<xsd:complexType name="session">

0 commit comments

Comments
 (0)
0