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 0827a4e commit 712f863Copy full SHA for 712f863
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