mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 13:02:24 +08:00
@inheritdoc notation changed
This commit is contained in:
@ -103,7 +103,7 @@ class SqlDataProvider extends BaseDataProvider
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function prepareModels()
|
||||
{
|
||||
@ -138,7 +138,7 @@ class SqlDataProvider extends BaseDataProvider
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function prepareKeys($models)
|
||||
{
|
||||
@ -159,7 +159,7 @@ class SqlDataProvider extends BaseDataProvider
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function prepareTotalCount()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user