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
To convert CakePHP errors into a ValidationResult use this: $validationResult = CakeValidationConverter::createValidationResult($validator->validate($formData));
Renamed method ValidationResult::isFailed() to ValidationResult::fails()
Renamed ValidationResult::isSuccess() to ValidationResult::success()
Set ValidationException default error code from 0 to 422
Added
Added CakeValidationConverter as CakePHP validator converter
Add symfony validator support. See SymfonyValidationConverter.