Skip to content

Commit 9ab8c3e

Browse files
committed
merged branch Tobion/strict-req-xsd (PR #7424)
This PR was merged into the 2.2 branch. Commits ------- 7ef90d2 fix xsd definition for strict-requirements Discussion ---------- fix xsd definition for strict-requirements see https://groups.google.com/forum/?fromgroups=#!topic/symfony-devs/bvHPI5C4dlY
2 parents 042cbe7 + b5afda5 commit 9ab8c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)