mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 21:12:41 +00:00
Merge branch 'master' into 2.5
This commit is contained in:
commit
d54fbe6f60
7 changed files with 13 additions and 8 deletions
|
@ -719,8 +719,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
Add a link
Reference in a new issue