From 37563d76bafbe5f01aea0be08c8e5892dae59300 Mon Sep 17 00:00:00 2001 From: Brandon Lamb Date: Mon, 26 May 2014 13:39:03 -0700 Subject: [PATCH] Add missing throws phpdoc --- src/Valitron/Validator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Valitron/Validator.php b/src/Valitron/Validator.php index 8463d7b..7ee05a4 100644 --- a/src/Valitron/Validator.php +++ b/src/Valitron/Validator.php @@ -812,6 +812,7 @@ class Validator * @param string $fule * @param array $fields * @return $this + * @throws \InvalidArgumentException */ public function rule($rule, $fields) {