mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
fixed links in phpdoc
This commit is contained in:
@ -20,7 +20,7 @@ class DateValidator extends Validator
|
||||
{
|
||||
/**
|
||||
* @var string the date format that the value being validated should follow.
|
||||
* Please refer to [[http://www.php.net/manual/en/datetime.createfromformat.php]] on
|
||||
* Please refer to <http://www.php.net/manual/en/datetime.createfromformat.php> on
|
||||
* supported formats.
|
||||
*/
|
||||
public $format = 'Y-m-d';
|
||||
|
Reference in New Issue
Block a user