fixed links in phpdoc

This commit is contained in:
Carsten Brandt
2014-01-06 05:47:49 +01:00
parent 795a09c27a
commit 5eed149f24
13 changed files with 20 additions and 14 deletions

View File

@ -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';