File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed
src/Symfony/Bundle/Resources/config
tests/Fixtures/app/config Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 12
12
<tag name =" serializer.encoder" />
13
13
</service >
14
14
15
- <service id =" api_platform.problem.normalizer.constraint_violation_list" class =" ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer" public =" false" >
16
- <argument >%api_platform.validator.serialize_payload_fields%</argument >
17
- <argument type =" service" id =" api_platform.name_converter" on-invalid =" ignore" />
18
-
19
- <tag name =" serializer.normalizer" priority =" -780" />
20
- </service >
21
-
22
15
<service id =" api_platform.problem.normalizer.validation_exception" class =" ApiPlatform\Symfony\Validator\Serializer\ValidationExceptionNormalizer" public =" false" >
23
16
<argument type =" service" id =" api_platform.serializer.normalizer.item" />
24
17
<argument type =" service" id =" api_platform.name_converter" on-invalid =" ignore" />
25
18
26
19
<tag name =" serializer.normalizer" priority =" -800" />
27
20
</service >
28
-
29
- <!-- deprecated -->
30
- <service id =" api_platform.problem.normalizer.error" class =" ApiPlatform\Problem\Serializer\ErrorNormalizer" public =" false" >
31
- <argument >%kernel.debug%</argument >
32
- <argument type =" collection" ></argument >
33
-
34
- <tag name =" serializer.normalizer" priority =" -810" />
35
- </service >
36
21
</services >
37
22
38
23
</container >
Original file line number Diff line number Diff line change @@ -433,10 +433,6 @@ services:
433
433
arguments :
434
434
$decorated : ' @.inner'
435
435
436
- ApiPlatform\Tests\Fixtures\TestBundle\Serializer\ErrorNormalizer :
437
- decorates : ' api_platform.problem.normalizer.error'
438
- arguments : [ '@.inner' ]
439
-
440
436
api_platform.http_cache.tag_collector :
441
437
class : ApiPlatform\Tests\Fixtures\TestBundle\HttpCache\TagCollectorDefault
442
438
public : true
You can’t perform that action at this time.
0 commit comments