mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
@inheritdoc
notation changed
This commit is contained in:
@ -205,7 +205,7 @@ class IpValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*{@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -283,7 +283,7 @@ class IpValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*{@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
@ -297,7 +297,7 @@ class IpValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*{@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
@ -533,7 +533,7 @@ class IpValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*{@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
@ -544,7 +544,7 @@ class IpValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*{@inheritdoc}
|
||||
*/
|
||||
public function getClientOptions($model, $attribute)
|
||||
{
|
||||
|
Reference in New Issue
Block a user