mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-17 16:01:15 +08:00
Typo on documentation for UrlValidator
This commit is contained in:
@ -16,7 +16,7 @@ use yii\helpers\Json;
|
|||||||
* UrlValidator validates that the attribute value is a valid http or https URL.
|
* UrlValidator validates that the attribute value is a valid http or https URL.
|
||||||
*
|
*
|
||||||
* Note that this validator only checks if the URL scheme and host part are correct.
|
* Note that this validator only checks if the URL scheme and host part are correct.
|
||||||
* It does not check the rest part of a URL.
|
* It does not check the remaining parts of a URL.
|
||||||
*
|
*
|
||||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||||
* @since 2.0
|
* @since 2.0
|
||||||
|
Reference in New Issue
Block a user