Skip to content

Commit eb4ba63

Browse files
ppaulisweierophinney
authored andcommitted
Added missing "strict"-option for IsInt-Validator
Signed-off-by: ppaulis <[email protected]>
1 parent e82e906 commit eb4ba63

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)