Skip to content

Commit 348bea6

Browse files
Fix merge
1 parent 08a8fa5 commit 348bea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Normalizer/BackedEnumNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function normalize(mixed $object, string $format = null, array $context =
3737
/**
3838
* {@inheritdoc}
3939
*/
40-
public function supportsNormalization($data, string $format = null): bool
40+
public function supportsNormalization(mixed $data, string $format = null): bool
4141
{
4242
return $data instanceof \BackedEnum;
4343
}

0 commit comments

Comments
 (0)