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
*
* @param string $Lang
* @param string $lang
* @return string
*/
public static function lang($lang = null)
@ -810,7 +810,7 @@ class Validator
/**
* Convenience method to add a single validation rule
*
* @param string $fule
* @param string $rule
* @param array $fields
* @return $this
* @throws \InvalidArgumentException