Skip to content

Commit

Permalink
Merge pull request #61 from ppaulis/1.8.x
Browse files Browse the repository at this point in the history
Added missing "strict"-option for IsInt-Validator
  • Loading branch information
weierophinney authored Jun 23, 2021
2 parents e82e906 + eb4ba63 commit 0a7331b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -1740,6 +1740,7 @@
],
IsInt::class => [
'locale' => 'string',
'strict' => 'bool',
],
PhoneNumber::class => [
'country' => 'string',
Expand Down

0 comments on commit 0a7331b

Please sign in to comment.