Removing trailing spaces.

This commit is contained in:
Juan Basso 2011-08-15 23:55:08 -04:00
parent 7581db2cf2
commit 16ef234180
58 changed files with 150 additions and 151 deletions

View file

@ -318,7 +318,7 @@ class Validation {
/**
* Validates a datetime value
* All values matching the "date" core validation rule, and the "time" one will be valid
*
*
* @param array $check Value to check
* @param mixed $dateFormat Format of the date part
* Use a string or an array of the keys below. Arrays should be passed as array('dmy', 'mdy', etc)