Skip to content

Commit 0a7331b

Browse files
Merge pull request #61 from ppaulis/1.8.x
Added missing "strict"-option for IsInt-Validator
2 parents e82e906 + eb4ba63 commit 0a7331b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/module.config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,6 +1740,7 @@
17401740
],
17411741
IsInt::class => [
17421742
'locale' => 'string',
1743+
'strict' => 'bool',
17431744
],
17441745
PhoneNumber::class => [
17451746
'country' => 'string',

0 commit comments

Comments
 (0)