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
We try and optimize anyOf checks for types that all have a specific string field that acts like an enum. This optimized check isn't handling if that provided value is given as null here:
We try and optimize
anyOf
checks for types that all have a specific string field that acts like an enum. This optimized check isn't handling if that provided value is given asnull
here:hack-json-schema/src/Codegen/Constraints/UntypedBuilder.php
Line 433 in 04b77ea
The text was updated successfully, but these errors were encountered: