Fix typo in docblock

This commit is contained in:
Piotr 2017-12-08 16:00:16 +01:00 committed by GitHub
parent 42637ed954
commit 2438da6a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. * registered or there is a default validator by that name.
* *
* @param string $name * @param string $name
@ -1160,6 +1160,8 @@ class Validator
} }
/** /**
* Add label to rule
*
* @param string $value * @param string $value
* @internal param array $labels * @internal param array $labels
* @return $this * @return $this
@ -1173,6 +1175,8 @@ class Validator
} }
/** /**
* Add labels to rules
*
* @param array $labels * @param array $labels
* @return $this * @return $this
*/ */