mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-30 23:01:52 +00:00
commit
013672dfce
@ -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.
|
* registered or there is a default validator by that name.
|
||||||
*
|
*
|
||||||
* @param string $name
|
* @param string $name
|
||||||
@ -1180,6 +1180,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
|
||||||
@ -1193,6 +1195,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