File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,18 @@ services:
1212 arguments :
1313 $validationErrorsBuilder : ' @Phauthentic\Symfony\ProblemDetails\Validation\ValidationErrorsBuilder'
1414 $problemDetailsResponseFactory : ' @Phauthentic\Symfony\ProblemDetails\FromExceptionEventFactoryInterface'
15- tags :
16- - { name: 'phauthentic.problem_details.exception_converter' }
15+ tags : ['phauthentic.problem_details.exception_converter']
1716
1817 Phauthentic\Symfony\ProblemDetails\ExceptionConversion\HttpExceptionConverter :
1918 arguments :
2019 $problemDetailsFactory : ' @Phauthentic\Symfony\ProblemDetails\ProblemDetailsFactoryInterface'
21- tags :
22- - { name: 'phauthentic.problem_details.exception_converter' }
20+ tags : ['phauthentic.problem_details.exception_converter']
2321
2422 Phauthentic\Symfony\ProblemDetails\ExceptionConversion\GenericExceptionConverter :
25- tags :
26- - { name: 'phauthentic.problem_details.exception_converter' }
23+ tags : ['phauthentic.problem_details.exception_converter']
2724
2825 Phauthentic\Symfony\ProblemDetails\ThrowableToProblemDetailsKernelListener :
2926 arguments :
3027 $exceptionConverters : !tagged_iterator phauthentic.problem_details.exception_converter
3128 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