Closed MartkCz closed 3 years ago
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
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