mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
parent
d2fa1b444f
commit
d4ae2b0b88
1 changed files with 2 additions and 2 deletions
|
@ -711,8 +711,8 @@ class Validation {
|
|||
* $check is a legal finite on this platform
|
||||
*
|
||||
* @param string $check Value to check
|
||||
* @param integer $lower Lower limit
|
||||
* @param integer $upper Upper limit
|
||||
* @param int|float $lower Lower limit
|
||||
* @param int|float $upper Upper limit
|
||||
* @return boolean Success
|
||||
*/
|
||||
public static function range($check, $lower = null, $upper = null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue