This line looks suspicious: https://github.com/biig-io/DomainComponent/blob/21a5bd0dda8585ebf7e3cfc5470074ae004cfad8/src/Integration/Symfony/Serializer/DomainDenormalizer.php#L82 It should probably be the following: ```php return $this->decorated instanceof CacheableSupportsMethodInterface && $this->decorated->hasCacheableSupportsMethod(); ```
This line looks suspicious:
DomainComponent/src/Integration/Symfony/Serializer/DomainDenormalizer.php
Line 82 in 21a5bd0
It should probably be the following: