File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Messenger/Transport/Serialization/Normalizer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
use Symfony \Component \ErrorHandler \Exception \FlattenException ;
15
15
use Symfony \Component \Messenger \Transport \Serialization \Serializer ;
16
16
use Symfony \Component \Serializer \Exception \InvalidArgumentException ;
17
- use Symfony \Component \Serializer \Normalizer \ContextAwareNormalizerInterface ;
18
17
use Symfony \Component \Serializer \Normalizer \DenormalizerInterface ;
19
18
use Symfony \Component \Serializer \Normalizer \NormalizerAwareTrait ;
19
+ use Symfony \Component \Serializer \Normalizer \NormalizerInterface ;
20
20
21
21
/**
22
22
* This normalizer is only used in Debug/Dev/Messenger contexts.
23
23
*
24
24
* @author Pascal Luna <[email protected] >
25
25
*/
26
- final class FlattenExceptionNormalizer implements DenormalizerInterface, ContextAwareNormalizerInterface
26
+ final class FlattenExceptionNormalizer implements DenormalizerInterface, NormalizerInterface
27
27
{
28
28
use NormalizerAwareTrait;
29
29
You can’t perform that action at this time.
0 commit comments