mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixed typo
This commit is contained in:
parent
6818268a27
commit
043858d9e6
1 changed files with 2 additions and 2 deletions
|
@ -539,7 +539,7 @@ class Validation {
|
|||
}
|
||||
|
||||
/**
|
||||
* Checks whether the length of a string (in character) is greater or equal to a minimal length.
|
||||
* Checks whether the length of a string (in characters) is greater or equal to a minimal length.
|
||||
*
|
||||
* @param string $check The string to test
|
||||
* @param int $min The minimal string length
|
||||
|
@ -550,7 +550,7 @@ class Validation {
|
|||
}
|
||||
|
||||
/**
|
||||
* Checks whether the length of a string (in character) is smaller or equal to a maximal length..
|
||||
* Checks whether the length of a string (in characters) is smaller or equal to a maximal length..
|
||||
*
|
||||
* @param string $check The string to test
|
||||
* @param int $max The maximal string length
|
||||
|
|
Loading…
Reference in a new issue