Skip to content

Commit d1361e0

Browse files
Merge branch '2.8' into 3.1
* 2.8: [Security] Fix test [Validator] phpize default option values test for the Validator component to be present [DependencyInjection] Fix on-invalid attribute type in xsd [FrameworkBundle] Fix PHP form templates on translatable attributes [VarDumper] Fix dumping by-ref variadics [Validator] add Indonesian translation fixed CS [config] Fix issue when key removed and left value only [Console] fixed BC issue with static closures [Security] AbstractVoter method supportsAttribute gives false positive if attribute is zero (0)
2 parents bd2a915 + b18cdd2 commit d1361e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Loader/schema/dic/services/services-1.0.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<xsd:attribute name="id" type="xsd:string" />
149149
<xsd:attribute name="key" type="xsd:string" />
150150
<xsd:attribute name="name" type="xsd:string" />
151-
<xsd:attribute name="on-invalid" type="xsd:string" />
151+
<xsd:attribute name="on-invalid" type="invalid_sequence" />
152152
<xsd:attribute name="strict" type="boolean" />
153153
</xsd:complexType>
154154

@@ -161,7 +161,7 @@
161161
<xsd:attribute name="id" type="xsd:string" />
162162
<xsd:attribute name="key" type="xsd:string" />
163163
<xsd:attribute name="index" type="xsd:integer" />
164-
<xsd:attribute name="on-invalid" type="xsd:string" />
164+
<xsd:attribute name="on-invalid" type="invalid_sequence" />
165165
<xsd:attribute name="strict" type="boolean" />
166166
</xsd:complexType>
167167

0 commit comments

Comments
 (0)