Typo in Validator

This commit is contained in:
Rayne 2014-06-10 20:25:58 +02:00
parent 80c5ca7ed2
commit 40f4e5b34b

View File

@ -103,7 +103,7 @@ class Validator
/** /**
* Get/set language to use for validation messages * Get/set language to use for validation messages
* *
* @param string $Lang * @param string $lang
* @return string * @return string
*/ */
public static function lang($lang = null) public static function lang($lang = null)
@ -810,7 +810,7 @@ class Validator
/** /**
* Convenience method to add a single validation rule * Convenience method to add a single validation rule
* *
* @param string $fule * @param string $rule
* @param array $fields * @param array $fields
* @return $this * @return $this
* @throws \InvalidArgumentException * @throws \InvalidArgumentException