We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the ilk of #408, I am wondering whether Validator::validate() should also transform the $value it needs to validate to an object.
Validator::validate()
$value
The text was updated successfully, but these errors were encountered:
@shtrom It doesn't need to, because it can deal with associative arrays internally already. This is what CHECK_MODE_TYPE_CAST is for.
CHECK_MODE_TYPE_CAST
Sorry, something went wrong.
Right. I was just passing an invalid JSON file... Sorry about the noise (:
No branches or pull requests
In the ilk of #408, I am wondering whether
Validator::validate()
should also transform the$value
it needs to validate to an object.The text was updated successfully, but these errors were encountered: