Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f080855

Browse files
committed
[ErrorHandler] Do not use ContextAwareNormalizerInterface anymore
1 parent a6e5b75 commit f080855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
use Symfony\Component\ErrorHandler\Exception\FlattenException;
1515
use Symfony\Component\Messenger\Transport\Serialization\Serializer;
1616
use Symfony\Component\Serializer\Exception\InvalidArgumentException;
17-
use Symfony\Component\Serializer\Normalizer\ContextAwareNormalizerInterface;
1817
use Symfony\Component\Serializer\Normalizer\DenormalizerInterface;
1918
use Symfony\Component\Serializer\Normalizer\NormalizerAwareTrait;
19+
use Symfony\Component\Serializer\Normalizer\NormalizerInterface;
2020

2121
/**
2222
* This normalizer is only used in Debug/Dev/Messenger contexts.
2323
*
2424
* @author Pascal Luna <[email protected]>
2525
*/
26-
final class FlattenExceptionNormalizer implements DenormalizerInterface, ContextAwareNormalizerInterface
26+
final class FlattenExceptionNormalizer implements DenormalizerInterface, NormalizerInterface
2727
{
2828
use NormalizerAwareTrait;
2929

0 commit comments

Comments
 (0)