From 55154359dc022c380deaa1ba8569c42f854f32db Mon Sep 17 00:00:00 2001 From: Jabari Hunt Date: Wed, 13 Dec 2017 16:06:31 -0600 Subject: [PATCH] Fixed a typo that was introduces in an unrelated comment. --- src/Valitron/Validator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Valitron/Validator.php b/src/Valitron/Validator.php index ecbca4e..dfc594d 100644 --- a/src/Valitron/Validator.php +++ b/src/Valitron/Validator.php @@ -84,7 +84,7 @@ class Validator * @param array $fields * @param string $lang * @param string $langDir - * @throws emInvalidArgumentException + * @throws \InvalidArgumentException */ public function __construct($data = array(), $fields = array(), $lang = null, $langDir = null) {