Commit 09612db
committed
docs: fix descrition aboug PHP native functions
When using native functions, it needs one or three params.
$rule($value) or $rule($value, $param, $data).
It seems there is no function to fit the API.
CI3's validation alters data. CI4 does not.1 parent 02a747f commit 09612db
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
928 | 928 | | |
929 | 929 | | |
930 | 930 | | |
931 | | - | |
932 | | - | |
933 | | - | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
0 commit comments