@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

@ -266,7 +266,7 @@ yii migrate/create create_post_table --fields="author_id:integer:notNull:foreign
class m160328_040430_create_post_table extends Migration
{
/**
* @inheritdoc
*{@inheritdoc}
*/
public function up()
{
@ -314,7 +314,7 @@ class m160328_040430_create_post_table extends Migration
}
/**
* @inheritdoc
*{@inheritdoc}
*/
public function down()
{
@ -465,7 +465,7 @@ yii migrate/create create_junction_table_for_post_and_tag_tables
class m160328_041642_create_junction_table_for_post_and_tag_tables extends Migration
{
/**
* @inheritdoc
*{@inheritdoc}
*/
public function up()
{
@ -512,7 +512,7 @@ class m160328_041642_create_junction_table_for_post_and_tag_tables extends Migra
}
/**
* @inheritdoc
*{@inheritdoc}
*/
public function down()
{

View File

@ -258,7 +258,7 @@ class CsvDataProvider extends BaseDataProvider
/**
* @inheritdoc
*{@inheritdoc}
*/
public function init()
{
@ -269,7 +269,7 @@ class CsvDataProvider extends BaseDataProvider
}
/**
* @inheritdoc
*{@inheritdoc}
*/
protected function prepareModels()
{
@ -298,7 +298,7 @@ class CsvDataProvider extends BaseDataProvider
}
/**
* @inheritdoc
*{@inheritdoc}
*/
protected function prepareKeys($models)
{
@ -320,7 +320,7 @@ class CsvDataProvider extends BaseDataProvider
}
/**
* @inheritdoc
*{@inheritdoc}
*/
protected function prepareTotalCount()
{

View File

@ -633,7 +633,7 @@ class UserView extends ActiveRecord
{
/**
* @inheritdoc
*{@inheritdoc}
*/
public static function tableName()
{
@ -646,7 +646,7 @@ class UserView extends ActiveRecord
}
/**
* @inheritdoc
*{@inheritdoc}
*/
public function rules()
{
@ -656,7 +656,7 @@ class UserView extends ActiveRecord
}
/**
* @inheritdoc
*{@inheritdoc}
*/
public function attributeLabels()
{

View File

@ -211,7 +211,7 @@ generates
class m150811_220037_create_post_table extends Migration
{
/**
* @inheritdoc
*{@inheritdoc}
*/
public function up()
{
@ -221,7 +221,7 @@ class m150811_220037_create_post_table extends Migration
}
/**
* @inheritdoc
*{@inheritdoc}
*/
public function down()
{
@ -245,7 +245,7 @@ generates
class m150811_220037_create_post_table extends Migration
{
/**
* @inheritdoc
*{@inheritdoc}
*/
public function up()
{
@ -257,7 +257,7 @@ class m150811_220037_create_post_table extends Migration
}
/**
* @inheritdoc
*{@inheritdoc}
*/
public function down()
{
@ -282,7 +282,7 @@ generates
class m150811_220037_create_post_table extends Migration
{
/**
* @inheritdoc
*{@inheritdoc}
*/
public function up()
{
@ -294,7 +294,7 @@ class m150811_220037_create_post_table extends Migration
}
/**
* @inheritdoc
*{@inheritdoc}
*/
public function down()
{
@ -327,7 +327,7 @@ generates
class m160328_040430_create_post_table extends Migration
{
/**
* @inheritdoc
*{@inheritdoc}
*/
public function up()
{
@ -375,7 +375,7 @@ class m160328_040430_create_post_table extends Migration
}
/**
* @inheritdoc
*{@inheritdoc}
*/
public function down()
{
@ -540,7 +540,7 @@ generates
class m160328_041642_create_junction_table_for_post_and_tag_tables extends Migration
{
/**
* @inheritdoc
*{@inheritdoc}
*/
public function up()
{
@ -587,7 +587,7 @@ class m160328_041642_create_junction_table_for_post_and_tag_tables extends Migra
}
/**
* @inheritdoc
*{@inheritdoc}
*/
public function down()
{

View File

@ -262,7 +262,7 @@ class CsvDataProvider extends BaseDataProvider
/**
* @inheritdoc
*{@inheritdoc}
*/
public function init()
{
@ -273,7 +273,7 @@ class CsvDataProvider extends BaseDataProvider
}
/**
* @inheritdoc
*{@inheritdoc}
*/
protected function prepareModels()
{
@ -302,7 +302,7 @@ class CsvDataProvider extends BaseDataProvider
}
/**
* @inheritdoc
*{@inheritdoc}
*/
protected function prepareKeys($models)
{
@ -324,7 +324,7 @@ class CsvDataProvider extends BaseDataProvider
}
/**
* @inheritdoc
*{@inheritdoc}
*/
protected function prepareTotalCount()
{

View File

@ -656,7 +656,7 @@ class UserView extends ActiveRecord
{
/**
* @inheritdoc
*{@inheritdoc}
*/
public static function tableName()
{
@ -669,7 +669,7 @@ class UserView extends ActiveRecord
}
/**
* @inheritdoc
*{@inheritdoc}
*/
public function rules()
{
@ -679,7 +679,7 @@ class UserView extends ActiveRecord
}
/**
* @inheritdoc
*{@inheritdoc}
*/
public function attributeLabels()
{