mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
PHPDoc fix
This commit is contained in:
@ -67,7 +67,7 @@ class StringValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -99,7 +99,7 @@ class StringValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
@ -125,7 +125,7 @@ class StringValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
@ -149,7 +149,7 @@ class StringValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
@ -160,7 +160,7 @@ class StringValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getClientOptions($model, $attribute)
|
||||
{
|
||||
|
Reference in New Issue
Block a user