Merge branch 'master' into 2.5

This commit is contained in:
mark_story 2014-04-18 22:13:56 -04:00
commit d54fbe6f60
7 changed files with 13 additions and 8 deletions

View file

@ -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) {