We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd96f6 commit 23e7726Copy full SHA for 23e7726
webapp/src/Serializer/Shadowing/EventDataNormalizer.php renamed to webapp/src/Serializer/Shadowing/EventDataDenormalizer.php
@@ -14,7 +14,7 @@
14
/**
15
* This class converts the data of an event into the correct event data object
16
*/
17
-class EventDataNormalizer implements DenormalizerInterface, SerializerAwareInterface
+class EventDataDenormalizer implements DenormalizerInterface, SerializerAwareInterface
18
{
19
use SerializerAwareTrait;
20
0 commit comments