diff --git a/src/Valitron/Validator.php b/src/Valitron/Validator.php index 3d83788..b45b69a 100644 --- a/src/Valitron/Validator.php +++ b/src/Valitron/Validator.php @@ -1112,7 +1112,7 @@ class Validator } /** - * Returns true if either a valdiator with the given name has been + * Returns true if either a validator with the given name has been * registered or there is a default validator by that name. * * @param string $name @@ -1180,6 +1180,8 @@ class Validator } /** + * Add label to rule + * * @param string $value * @internal param array $labels * @return $this @@ -1193,6 +1195,8 @@ class Validator } /** + * Add labels to rules + * * @param array $labels * @return $this */