diff --git a/system/validator.php b/system/validator.php index 148343a1..32c382f5 100644 --- a/system/validator.php +++ b/system/validator.php @@ -489,10 +489,7 @@ class Validator { { list($rule, $parameters) = $this->parse($rule); - if (in_array($rule, $rules)) - { - return true; - } + if (in_array($rule, $rules)) return true; } return false;