Merge pull request #231 from piotr-cz/patch-1

Fix typo in docblock
This commit is contained in:
Willem Wollebrants 2018-02-10 14:08:48 +01:00 committed by GitHub
commit 013672dfce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
*/