Skip to content

Commit 26fe42c

Browse files
Clarify what the numeric validation does (#6729)
1 parent 02516aa commit 26fe42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ The field under validation may be `null`.
10861086
<a name="rule-numeric"></a>
10871087
#### numeric
10881088

1089-
The field under validation must be numeric.
1089+
The field under validation must be [numeric](https://www.php.net/manual/en/function.is-numeric.php).
10901090

10911091
<a name="rule-password"></a>
10921092
#### password

0 commit comments

Comments
 (0)