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
trigger_error('ValidatorBuilder::setPropertyAccessor() is deprecated since version 2.5 and will be removed in 3.0. The validator will function without a property accessor.', E_USER_DEPRECATED);
310
+
307
311
if (null !== $this->validatorFactory) {
308
312
thrownewValidatorException('You cannot set a property accessor after setting a custom validator factory. Configure your validator factory instead.');
0 commit comments