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
OptionsResolve::resolve method produces Options::all call before validating option values. Options::all call then executes normalizers with options that have not been validated yet. This makes it impossible to constrain options that are passed to normalizers in form types, like ChoiceType, CollectionType, CountryType, LanguageType, LocaleType, TimezoneType, TimeType and CurrencyType.
This issue was discovered while fixing #11694 with PR #11696
The text was updated successfully, but these errors were encountered:
OptionsResolve::resolve
method producesOptions::all
call before validating option values.Options::all
call then executes normalizers with options that have not been validated yet. This makes it impossible to constrain options that are passed to normalizers in form types, likeChoiceType
,CollectionType
,CountryType
,LanguageType
,LocaleType
,TimezoneType
,TimeType
andCurrencyType
.This issue was discovered while fixing #11694 with PR #11696
The text was updated successfully, but these errors were encountered: