mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-30 23:01:52 +00:00
Fix typo in docblock
This commit is contained in:
parent
42637ed954
commit
2438da6a99
@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user