Skip to content

Commit b18cdd2

Browse files
Merge branch '2.7' into 2.8
* 2.7: [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
2 parents 51a7b53 + bc28464 commit b18cdd2

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
@@ -153,7 +153,7 @@
153153
<xsd:attribute name="id" type="xsd:string" />
154154
<xsd:attribute name="key" type="xsd:string" />
155155
<xsd:attribute name="name" type="xsd:string" />
156-
<xsd:attribute name="on-invalid" type="xsd:string" />
156+
<xsd:attribute name="on-invalid" type="invalid_sequence" />
157157
<xsd:attribute name="strict" type="boolean" />
158158
</xsd:complexType>
159159

@@ -166,7 +166,7 @@
166166
<xsd:attribute name="id" type="xsd:string" />
167167
<xsd:attribute name="key" type="xsd:string" />
168168
<xsd:attribute name="index" type="xsd:integer" />
169-
<xsd:attribute name="on-invalid" type="xsd:string" />
169+
<xsd:attribute name="on-invalid" type="invalid_sequence" />
170170
<xsd:attribute name="strict" type="boolean" />
171171
</xsd:complexType>
172172

0 commit comments

Comments
 (0)