From 40f4e5b34b9d0bacc40a59b5edcde3d7b84153f0 Mon Sep 17 00:00:00 2001 From: Rayne Date: Tue, 10 Jun 2014 20:25:58 +0200 Subject: [PATCH] Typo in Validator --- src/Valitron/Validator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Valitron/Validator.php b/src/Valitron/Validator.php index 187b585..eb6c932 100644 --- a/src/Valitron/Validator.php +++ b/src/Valitron/Validator.php @@ -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