Skip to content

Commit 712f863

Browse files
Rename event data normalizer to denormalizer since that is all it does.
1 parent 0827a4e commit 712f863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Serializer/Shadowing/EventDataNormalizer.php renamed to webapp/src/Serializer/Shadowing/EventDataDenormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* This class converts the data of an event into the correct event data object
1616
*/
17-
class EventDataNormalizer implements DenormalizerInterface, SerializerAwareInterface
17+
class EventDataDenormalizer implements DenormalizerInterface, SerializerAwareInterface
1818
{
1919
use SerializerAwareTrait;
2020

0 commit comments

Comments
 (0)