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
Version: 1.0.2
'limit' => Expect::int(null)->min(1)->nullable(),
When limit is null, exception throwed "The option 'limit' expects to be int or null in range 1.., null given."
Dump of variable $expected:
int|null:1..
expected:
int:1..|null
then everything is fine
The text was updated successfully, but these errors were encountered:
ab5f748
No branches or pull requests
Version: 1.0.2
When limit is null, exception throwed "The option 'limit' expects to be int or null in range 1.., null given."
Dump of variable $expected:
expected:
then everything is fine
The text was updated successfully, but these errors were encountered: