Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor array filter callbacks in Denormalizers
This commit changes the array filter callbacks used in PublicKeyCredentialOptionsDenormalizer and PublicKeyCredentialUserEntityDenormalizer. The old and new conditions ensure that only values that aren't null pass through, whereas previous conditions also checked against empty arrays. The callbacks have also been updated to include return type declarations for better type safety.
- Loading branch information