Add missing throws phpdoc

This commit is contained in:
Brandon Lamb 2014-05-26 13:39:03 -07:00
parent 57f2476642
commit 37563d76ba

View File

@ -812,6 +812,7 @@ class Validator
* @param string $fule * @param string $fule
* @param array $fields * @param array $fields
* @return $this * @return $this
* @throws \InvalidArgumentException
*/ */
public function rule($rule, $fields) public function rule($rule, $fields)
{ {