File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,18 @@ services:
12
12
arguments :
13
13
$validationErrorsBuilder : ' @Phauthentic\Symfony\ProblemDetails\Validation\ValidationErrorsBuilder'
14
14
$problemDetailsResponseFactory : ' @Phauthentic\Symfony\ProblemDetails\FromExceptionEventFactoryInterface'
15
- tags :
16
- - { name: 'phauthentic.problem_details.exception_converter' }
15
+ tags : ['phauthentic.problem_details.exception_converter']
17
16
18
17
Phauthentic\Symfony\ProblemDetails\ExceptionConversion\HttpExceptionConverter :
19
18
arguments :
20
19
$problemDetailsFactory : ' @Phauthentic\Symfony\ProblemDetails\ProblemDetailsFactoryInterface'
21
- tags :
22
- - { name: 'phauthentic.problem_details.exception_converter' }
20
+ tags : ['phauthentic.problem_details.exception_converter']
23
21
24
22
Phauthentic\Symfony\ProblemDetails\ExceptionConversion\GenericExceptionConverter :
25
- tags :
26
- - { name: 'phauthentic.problem_details.exception_converter' }
23
+ tags : ['phauthentic.problem_details.exception_converter']
27
24
28
25
Phauthentic\Symfony\ProblemDetails\ThrowableToProblemDetailsKernelListener :
29
26
arguments :
30
27
$exceptionConverters : !tagged_iterator phauthentic.problem_details.exception_converter
31
28
tags :
32
- - { name: 'kernel.event_listener', event: 'kernel.exception', priority: 0 }
29
+ - { name: 'kernel.event_listener', event: 'kernel.exception', priority: 0 }
You can’t perform that action at this time.
0 commit comments