Skip to content

Commit 70b6a00

Browse files
committed
[DI] fix parsing of argument type=binary in xml
1 parent 73596ef commit 70b6a00

File tree

1 file changed

+1
-0
lines changed
  • src/Symfony/Component/DependencyInjection/Loader/schema/dic/services

1 file changed

+1
-0
lines changed

src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
<xsd:enumeration value="expression" />
266266
<xsd:enumeration value="string" />
267267
<xsd:enumeration value="constant" />
268+
<xsd:enumeration value="binary" />
268269
<xsd:enumeration value="iterator" />
269270
<xsd:enumeration value="service_locator" />
270271
<!-- "tagged" is an alias of "tagged_iterator", using "tagged_iterator" is preferred. -->

0 commit comments

Comments
 (0)