Closed shishir-intelli closed 2 months ago
Attention: Patch coverage is 26.19048%
with 31 lines
in your changes missing coverage. Please review.
Project coverage is 86.81%. Comparing base (
04d36d2
) to head (394f7ff
). Report is 1 commits behind head on 3.x.
Closes #373
In
symfony/serializer:>6.4.6
prevents the attributes' values from being read if the attribute setters are not implemented. Ref : https://github.com/symfony/symfony/blob/5df912c9786c53f413c2604b3f979461a36486c5/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php#L312
Now, we added setters for attributes that were previously not included because of this https://github.com/symfony/property-access/blob/v4.2.5/PropertyAccessor.php#L433-L435