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
Describe the bug
Composed item validators on properties use the _propertyValidationState property inside the validator which is used for base validators to determine whether a property change must trigger a re-evaluation of the base validator. As the _propertyValidationState property is only added to the model when a composed item base validator is found the property might not be present and the access will trigger a deprecation warning in PHP >= 8.2.
Expected behavior
Don't use the _propertyValidationState outside of base validators.
Describe the bug
Composed item validators on properties use the
_propertyValidationState
property inside the validator which is used for base validators to determine whether a property change must trigger a re-evaluation of the base validator. As the_propertyValidationState
property is only added to the model when a composed item base validator is found the property might not be present and the access will trigger a deprecation warning in PHP >= 8.2.Expected behavior
Don't use the
_propertyValidationState
outside of base validators.Schema
Version:
0.23.4
The text was updated successfully, but these errors were encountered: