You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes for issue UnimplementedInterfaceMethod: Method getsupportedtypes is not defined by @kedarkhaire in #385
MethodSignatureMismatch: Method supportsDenormalization with return type '' is different to return type 'bool' of inherited method by @kedarkhaire in #389
Fixes issue of Method normalize with return type '' is different to return type 'ArrayObject|array<array-key, mixed>|null|scalar' of inherited method NormalizerInterface::normalize by @kedarkhaire in #390
Suppressing the LessSpecificImplementedReturnType error for getSupportedTypes function by @kedarkhaire in #393
Changes made for symfony 7 standards, declaring return type and adding missing parameters by @kedarkhaire in #395