Skip to content

Commit d8dc0f6

Browse files
Fixing services
1 parent 06cb9e1 commit d8dc0f6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

config/services.yaml

+4-7
Original file line numberDiff line numberDiff 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 }

0 commit comments

Comments
 (0)