Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / xml / services3.xml
1 <?xml version="1.0" ?>
2
3 <container xmlns="http://symfony.com/schema/dic/services"
4     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5     xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
6   <parameters>
7     <parameter key="foo">foo</parameter>
8     <parameter key="values" type="collection">
9       <parameter>true</parameter>
10       <parameter>false</parameter>
11     </parameter>
12   </parameters>
13 </container>