Skip to content

Commit 131b82b

Browse files
author
Florian Krämer
committed
Renaming the tags
1 parent 11a0d6a commit 131b82b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/services.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ services:
1313
$validationErrorsBuilder: '@Phauthentic\Symfony\ProblemDetails\Validation\ValidationErrorsBuilder'
1414
$problemDetailsResponseFactory: '@Phauthentic\Symfony\ProblemDetails\FromExceptionEventFactoryInterface'
1515
tags:
16-
- { name: 'phauthentic.problem_details.exception_converter'' }
16+
- { name: 'phauthentic.problem_details.exception_converter' }
1717

1818
Phauthentic\Symfony\ProblemDetails\ExceptionConversion\HttpExceptionConverter:
1919
arguments:
2020
$problemDetailsFactory: '@Phauthentic\Symfony\ProblemDetails\ProblemDetailsFactoryInterface'
2121
tags:
22-
- { name: 'phauthentic.problem_details.exception_converter'' }
22+
- { name: 'phauthentic.problem_details.exception_converter' }
2323

2424
Phauthentic\Symfony\ProblemDetails\ExceptionConversion\GenericExceptionConverter:
2525
tags:
26-
- { name: 'phauthentic.problem_details.exception_converter'' }
26+
- { name: 'phauthentic.problem_details.exception_converter' }
2727

2828
Phauthentic\Symfony\ProblemDetails\ThrowableToProblemDetailsKernelListener:
2929
arguments:

0 commit comments

Comments
 (0)