whitespace normalization

This commit is contained in:
AD7six 2009-07-26 12:46:07 +02:00 committed by gwoo
parent 993643dd2a
commit a4bc755cc7
12 changed files with 39 additions and 43 deletions

View file

@ -778,7 +778,7 @@ class Validation extends Object {
* @return boolean Success
* @access public
*/
function range($check, $lower = null, $upper = null ) {
function range($check, $lower = null, $upper = null) {
if (!is_numeric($check)) {
return false;
}