@inheritdoc notation changed

This commit is contained in:
Klimov Paul
2018-01-23 13:11:24 +02:00
parent b9cbc56330
commit 65f6b59b35
175 changed files with 546 additions and 547 deletions

View File

@ -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()
{