From 2438da6a999579364058e7a11092e35b4a023222 Mon Sep 17 00:00:00 2001 From: Piotr Date: Fri, 8 Dec 2017 16:00:16 +0100 Subject: [PATCH] Fix typo in docblock --- src/Valitron/Validator.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Valitron/Validator.php b/src/Valitron/Validator.php index c629ca4..76ceedf 100644 --- a/src/Valitron/Validator.php +++ b/src/Valitron/Validator.php @@ -1092,7 +1092,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 @@ -1160,6 +1160,8 @@ class Validator } /** + * Add label to rule + * * @param string $value * @internal param array $labels * @return $this @@ -1173,6 +1175,8 @@ class Validator } /** + * Add labels to rules + * * @param array $labels * @return $this */