We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b19531 commit f4ccde6Copy full SHA for f4ccde6
src/Normalizer/AbsoluteDateNormalizer.php
@@ -82,6 +82,6 @@ public function supportsDenormalization(
82
*/
83
public function getSupportedTypes(?string $format): array
84
{
85
- return [get_class($this) => true];
+ return ['*' => false];
86
}
87
0 commit comments