Commits ------- 275da0d [Validator] changed 'self' to 'static' for child class to override pattern constant Discussion ---------- [Validator] change 'self::' to 'static::' for PATTERN constant overridable in child classes In TimeValidator and UrlValidator, PATTERN constant is not used with late static bind(static::) while DateValidator supports it.
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|