Skip to content

Commit db1ec97

Browse files
Merge branch '3.4' into 4.2
* 3.4: [FrameworkBundle] Update the xsd to match the actual session configuration [Form] CsrfValidationListener marks the token as invalid if it is not a string [VarDumper] Fixed phpDoc [PhpUnitBridge] fix PHP 5.3 compat [Filesystem] Fixed some docblocks and typos bumped Symfony version to 3.4.23 updated VERSION for 3.4.22 update CONTRIBUTORS for 3.4.22 updated CHANGELOG for 3.4.22 fix some minor typos do not overwrite the constraint being evaluated
2 parents 5707ad2 + 5e634be commit db1ec97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/schema/symfony-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
<xsd:attribute name="gc-probability" type="xsd:string" />
122122
<xsd:attribute name="use-strict-mode" type="xsd:boolean" />
123123
<xsd:attribute name="save-path" type="xsd:string" />
124+
<xsd:attribute name="metadata-update-threshold" type="xsd:nonNegativeInteger" />
124125
</xsd:complexType>
125126

126127
<xsd:complexType name="request">

0 commit comments

Comments
 (0)