Skip to content

Commit 7e70111

Browse files
Merge branch '3.2'
* 3.2: [Security] Fix test [Validator] phpize default option values test for the Validator component to be present [Serializer] Fix MaxDepth annotation exceptions [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 [HttpFoundation] Fix cookie to string conversion for raw cookies Fix misresolved parameters in debug:config on 3.2 [Console] fixed BC issue with static closures [TwigBundle] Config is now a hard dependency [FrameworkBundle] framework.annotations default should be true only if doctrine/annotations is installed [Security] AbstractVoter method supportsAttribute gives false positive if attribute is zero (0)
2 parents f61ed96 + d74569e commit 7e70111

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
@@ -149,7 +149,7 @@
149149
<xsd:attribute name="id" type="xsd:string" />
150150
<xsd:attribute name="key" type="xsd:string" />
151151
<xsd:attribute name="name" type="xsd:string" />
152-
<xsd:attribute name="on-invalid" type="xsd:string" />
152+
<xsd:attribute name="on-invalid" type="invalid_sequence" />
153153
<xsd:attribute name="strict" type="boolean" />
154154
</xsd:complexType>
155155

@@ -162,7 +162,7 @@
162162
<xsd:attribute name="id" type="xsd:string" />
163163
<xsd:attribute name="key" type="xsd:string" />
164164
<xsd:attribute name="index" type="xsd:integer" />
165-
<xsd:attribute name="on-invalid" type="xsd:string" />
165+
<xsd:attribute name="on-invalid" type="invalid_sequence" />
166166
<xsd:attribute name="strict" type="boolean" />
167167
</xsd:complexType>
168168

0 commit comments

Comments
 (0)