[DI] fix parsing of argument type=binary in xml

This commit is contained in:
Tobias Schultze 2020-06-26 19:49:20 +02:00
parent 73596ef4f7
commit 70b6a00148
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@
<xsd:enumeration value="expression" />
<xsd:enumeration value="string" />
<xsd:enumeration value="constant" />
<xsd:enumeration value="binary" />
<xsd:enumeration value="iterator" />
<xsd:enumeration value="service_locator" />
<!-- "tagged" is an alias of "tagged_iterator", using "tagged_iterator" is preferred. -->