Changeset 4750
- Timestamp:
- 08/07/08 18:44:03 (11 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Validator/Range.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Validator/Range.php
r3884 r4750 41 41 public function validate($value) 42 42 { 43 if (is_null($value)) { 44 return true; 45 } 43 46 if (isset($this->args[0]) && $value < $this->args[0]) { 44 47 return false;