File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
src/Bridge/Symfony/Bundle/Resources/config Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 65
65
<service id =" ApiPlatform\Core\Api\IriConverterInterface" alias =" api_platform.iri_converter" />
66
66
67
67
<service id =" api_platform.formats_provider" class =" ApiPlatform\Core\Api\FormatsProvider" >
68
- <argument type =" service" id =" api_platform.metadata.resource.metadata_factory" ></ argument >
68
+ <argument type =" service" id =" api_platform.metadata.resource.metadata_factory" / >
69
69
<argument >%api_platform.formats%</argument >
70
70
</service >
71
71
143
143
<!-- kernel.request priority must be < 8 to be executed after the Firewall -->
144
144
<service id =" api_platform.listener.request.add_format" class =" ApiPlatform\Core\EventListener\AddFormatListener" >
145
145
<argument type =" service" id =" api_platform.negotiator" />
146
- <argument type =" service" id =" api_platform.formats_provider" ></ argument >
146
+ <argument type =" service" id =" api_platform.formats_provider" / >
147
147
148
148
<tag name =" kernel.event_listener" event =" kernel.request" method =" onKernelRequest" priority =" 7" />
149
149
</service >
Original file line number Diff line number Diff line change 36
36
<argument type =" service" id =" serializer.mapping.class_metadata_factory" on-invalid =" ignore" />
37
37
<argument >null</argument >
38
38
<argument >false</argument >
39
- <argument type =" collection" ></ argument >
39
+ <argument type =" collection" / >
40
40
<argument type =" tagged" tag =" api_platform.data_transformer" on-invalid =" ignore" />
41
41
<argument type =" service" id =" api_platform.metadata.resource.metadata_factory" on-invalid =" ignore" />
42
42
<argument >true</argument >
Original file line number Diff line number Diff line change 39
39
<argument type =" service" id =" api_platform.property_accessor" />
40
40
<argument type =" service" id =" api_platform.jsonapi.name_converter.reserved_attribute_name" />
41
41
<argument type =" service" id =" api_platform.metadata.resource.metadata_factory" />
42
- <argument type =" collection" ></ argument >
42
+ <argument type =" collection" / >
43
43
<argument type =" tagged" tag =" api_platform.data_transformer" on-invalid =" ignore" />
44
44
<argument >true</argument >
45
45
Original file line number Diff line number Diff line change 6
6
7
7
<services >
8
8
<service id =" api_platform.metadata.extractor.xml" class =" ApiPlatform\Core\Metadata\Extractor\XmlExtractor" public =" false" >
9
- <argument type =" collection" ></ argument >
9
+ <argument type =" collection" / >
10
10
<argument type =" service" id =" service_container" />
11
11
</service >
12
12
Original file line number Diff line number Diff line change 6
6
7
7
<services >
8
8
<service id =" api_platform.metadata.extractor.yaml" class =" ApiPlatform\Core\Metadata\Extractor\YamlExtractor" public =" false" >
9
- <argument type =" collection" ></ argument >
9
+ <argument type =" collection" / >
10
10
<argument type =" service" id =" service_container" />
11
11
</service >
12
12
You can’t perform that action at this time.
0 commit comments