Skip to content

Commit d8c2246

Browse files
committed
HM-1: ecs
1 parent 458cfeb commit d8c2246

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Serializer/Denormalizer/WishlistTokenValueAwareDenormalizer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public function denormalize(mixed $data, string $type, ?string $format = null, a
3737
return $object;
3838
}
3939

40-
4140
public function supportsDenormalization(mixed $data, string $type, ?string $format = null, array $context = []): bool
4241
{
4342
if (method_exists($this->decoratedDenormalizer, 'supportsDenormalization') &&

0 commit comments

Comments
 (0)