Skip to content

Commit f4ccde6

Browse files
committed
Fix php date bundle
1 parent 3b19531 commit f4ccde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Normalizer/AbsoluteDateNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ public function supportsDenormalization(
8282
*/
8383
public function getSupportedTypes(?string $format): array
8484
{
85-
return [get_class($this) => true];
85+
return ['*' => false];
8686
}
8787
}

0 commit comments

Comments
 (0)