PHPDoc fix

This commit is contained in:
Klimov Paul
2018-01-23 13:17:25 +02:00
parent 65f6b59b35
commit 71c541773f
72 changed files with 199 additions and 199 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 class m160328_040430_create_post_table extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function up() public function up()
{ {
@ -314,7 +314,7 @@ class m160328_040430_create_post_table extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function down() 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 class m160328_041642_create_junction_table_for_post_and_tag_tables extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function up() 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() public function down()
{ {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -37,7 +37,7 @@ class BooleanValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -48,7 +48,7 @@ class BooleanValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function validateValue($value) protected function validateValue($value)
{ {
@ -69,7 +69,7 @@ class BooleanValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function clientValidateAttribute($model, $attribute, $view) public function clientValidateAttribute($model, $attribute, $view)
{ {
@ -80,7 +80,7 @@ class BooleanValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getClientOptions($model, $attribute) public function getClientOptions($model, $attribute)
{ {

View File

@ -97,7 +97,7 @@ class CompareValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -135,7 +135,7 @@ class CompareValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttribute($model, $attribute) public function validateAttribute($model, $attribute)
{ {
@ -163,7 +163,7 @@ class CompareValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function validateValue($value) protected function validateValue($value)
{ {
@ -221,7 +221,7 @@ class CompareValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function clientValidateAttribute($model, $attribute, $view) public function clientValidateAttribute($model, $attribute, $view)
{ {
@ -232,7 +232,7 @@ class CompareValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getClientOptions($model, $attribute) public function getClientOptions($model, $attribute)
{ {

View File

@ -207,7 +207,7 @@ class DateValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -261,7 +261,7 @@ class DateValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttribute($model, $attribute) public function validateAttribute($model, $attribute)
{ {
@ -301,7 +301,7 @@ class DateValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function validateValue($value) protected function validateValue($value)
{ {

View File

@ -39,7 +39,7 @@ class DefaultValueValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttribute($model, $attribute) public function validateAttribute($model, $attribute)
{ {

View File

@ -77,7 +77,7 @@ class EachValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -124,7 +124,7 @@ class EachValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttribute($model, $attribute) public function validateAttribute($model, $attribute)
{ {
@ -168,7 +168,7 @@ class EachValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function validateValue($value) protected function validateValue($value)
{ {

View File

@ -52,7 +52,7 @@ class EmailValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -66,7 +66,7 @@ class EmailValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function validateValue($value) protected function validateValue($value)
{ {
@ -116,7 +116,7 @@ class EmailValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function clientValidateAttribute($model, $attribute, $view) public function clientValidateAttribute($model, $attribute, $view)
{ {
@ -130,7 +130,7 @@ class EmailValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getClientOptions($model, $attribute) public function getClientOptions($model, $attribute)
{ {

View File

@ -75,7 +75,7 @@ class ExistValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -86,7 +86,7 @@ class ExistValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttribute($model, $attribute) public function validateAttribute($model, $attribute)
{ {
@ -167,7 +167,7 @@ class ExistValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function validateValue($value) protected function validateValue($value)
{ {

View File

@ -163,7 +163,7 @@ class FileValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -205,7 +205,7 @@ class FileValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttribute($model, $attribute) public function validateAttribute($model, $attribute)
{ {
@ -268,7 +268,7 @@ class FileValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function validateValue($value) protected function validateValue($value)
{ {
@ -361,7 +361,7 @@ class FileValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
* @param bool $trim * @param bool $trim
*/ */
public function isEmpty($value, $trim = false) public function isEmpty($value, $trim = false)
@ -423,7 +423,7 @@ class FileValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function clientValidateAttribute($model, $attribute, $view) public function clientValidateAttribute($model, $attribute, $view)
{ {
@ -433,7 +433,7 @@ class FileValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getClientOptions($model, $attribute) public function getClientOptions($model, $attribute)
{ {

View File

@ -58,7 +58,7 @@ class FilterValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -69,7 +69,7 @@ class FilterValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttribute($model, $attribute) public function validateAttribute($model, $attribute)
{ {
@ -80,7 +80,7 @@ class FilterValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function clientValidateAttribute($model, $attribute, $view) public function clientValidateAttribute($model, $attribute, $view)
{ {
@ -95,7 +95,7 @@ class FilterValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getClientOptions($model, $attribute) public function getClientOptions($model, $attribute)
{ {

View File

@ -89,7 +89,7 @@ class ImageValidator extends FileValidator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -113,7 +113,7 @@ class ImageValidator extends FileValidator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function validateValue($value) protected function validateValue($value)
{ {
@ -160,7 +160,7 @@ class ImageValidator extends FileValidator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function clientValidateAttribute($model, $attribute, $view) public function clientValidateAttribute($model, $attribute, $view)
{ {
@ -170,7 +170,7 @@ class ImageValidator extends FileValidator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getClientOptions($model, $attribute) public function getClientOptions($model, $attribute)
{ {

View File

@ -61,7 +61,7 @@ class InlineValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttribute($model, $attribute) public function validateAttribute($model, $attribute)
{ {
@ -73,7 +73,7 @@ class InlineValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function clientValidateAttribute($model, $attribute, $view) public function clientValidateAttribute($model, $attribute, $view)
{ {

View File

@ -205,7 +205,7 @@ class IpValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -283,7 +283,7 @@ class IpValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function validateValue($value) protected function validateValue($value)
{ {
@ -297,7 +297,7 @@ class IpValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttribute($model, $attribute) public function validateAttribute($model, $attribute)
{ {
@ -533,7 +533,7 @@ class IpValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function clientValidateAttribute($model, $attribute, $view) public function clientValidateAttribute($model, $attribute, $view)
{ {
@ -544,7 +544,7 @@ class IpValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getClientOptions($model, $attribute) public function getClientOptions($model, $attribute)
{ {

View File

@ -58,7 +58,7 @@ class NumberValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -76,7 +76,7 @@ class NumberValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttribute($model, $attribute) public function validateAttribute($model, $attribute)
{ {
@ -99,7 +99,7 @@ class NumberValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function validateValue($value) protected function validateValue($value)
{ {
@ -119,7 +119,7 @@ class NumberValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function clientValidateAttribute($model, $attribute, $view) public function clientValidateAttribute($model, $attribute, $view)
{ {
@ -130,7 +130,7 @@ class NumberValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getClientOptions($model, $attribute) public function getClientOptions($model, $attribute)
{ {

View File

@ -51,7 +51,7 @@ class RangeValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -68,7 +68,7 @@ class RangeValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function validateValue($value) protected function validateValue($value)
{ {
@ -89,7 +89,7 @@ class RangeValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttribute($model, $attribute) public function validateAttribute($model, $attribute)
{ {
@ -100,7 +100,7 @@ class RangeValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function clientValidateAttribute($model, $attribute, $view) public function clientValidateAttribute($model, $attribute, $view)
{ {
@ -115,7 +115,7 @@ class RangeValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getClientOptions($model, $attribute) public function getClientOptions($model, $attribute)
{ {

View File

@ -35,7 +35,7 @@ class RegularExpressionValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -49,7 +49,7 @@ class RegularExpressionValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function validateValue($value) protected function validateValue($value)
{ {
@ -61,7 +61,7 @@ class RegularExpressionValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function clientValidateAttribute($model, $attribute, $view) public function clientValidateAttribute($model, $attribute, $view)
{ {
@ -72,7 +72,7 @@ class RegularExpressionValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getClientOptions($model, $attribute) public function getClientOptions($model, $attribute)
{ {

View File

@ -51,7 +51,7 @@ class RequiredValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -63,7 +63,7 @@ class RequiredValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function validateValue($value) protected function validateValue($value)
{ {
@ -84,7 +84,7 @@ class RequiredValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function clientValidateAttribute($model, $attribute, $view) public function clientValidateAttribute($model, $attribute, $view)
{ {
@ -95,7 +95,7 @@ class RequiredValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getClientOptions($model, $attribute) public function getClientOptions($model, $attribute)
{ {

View File

@ -26,14 +26,14 @@ namespace yii\validators;
class SafeValidator extends Validator class SafeValidator extends Validator
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttributes($model, $attributes = null) public function validateAttributes($model, $attributes = null)
{ {
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttribute($model, $attribute) public function validateAttribute($model, $attribute)
{ {

View File

@ -67,7 +67,7 @@ class StringValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -99,7 +99,7 @@ class StringValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttribute($model, $attribute) public function validateAttribute($model, $attribute)
{ {
@ -125,7 +125,7 @@ class StringValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function validateValue($value) protected function validateValue($value)
{ {
@ -149,7 +149,7 @@ class StringValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function clientValidateAttribute($model, $attribute, $view) public function clientValidateAttribute($model, $attribute, $view)
{ {
@ -160,7 +160,7 @@ class StringValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getClientOptions($model, $attribute) public function getClientOptions($model, $attribute)
{ {

View File

@ -92,7 +92,7 @@ class UniqueValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -113,7 +113,7 @@ class UniqueValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttribute($model, $attribute) public function validateAttribute($model, $attribute)
{ {

View File

@ -50,7 +50,7 @@ class UrlValidator extends Validator
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {
@ -64,7 +64,7 @@ class UrlValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function validateAttribute($model, $attribute) public function validateAttribute($model, $attribute)
{ {
@ -78,7 +78,7 @@ class UrlValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function validateValue($value) protected function validateValue($value)
{ {
@ -119,7 +119,7 @@ class UrlValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function clientValidateAttribute($model, $attribute, $view) public function clientValidateAttribute($model, $attribute, $view)
{ {
@ -133,7 +133,7 @@ class UrlValidator extends Validator
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getClientOptions($model, $attribute) public function getClientOptions($model, $attribute)
{ {

View File

@ -227,7 +227,7 @@ class Validator extends Component
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function init() public function init()
{ {

View File

@ -37,7 +37,7 @@ class IsOneOfAssert extends \PHPUnit\Framework\Constraint\Constraint
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function matches($other) protected function matches($other)
{ {

View File

@ -95,7 +95,7 @@ class Customer extends ActiveRecord
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
* @return CustomerQuery * @return CustomerQuery
*/ */
public static function find() public static function find()

View File

@ -27,7 +27,7 @@ namespace yiiunit\data\ar;
class Type extends ActiveRecord class Type extends ActiveRecord
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public static function tableName() public static function tableName()
{ {

View File

@ -34,7 +34,7 @@ class TraversableObject implements \Iterator, \Countable
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function current() public function current()
{ {
@ -42,7 +42,7 @@ class TraversableObject implements \Iterator, \Countable
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function next() public function next()
{ {
@ -50,7 +50,7 @@ class TraversableObject implements \Iterator, \Countable
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function key() public function key()
{ {
@ -58,7 +58,7 @@ class TraversableObject implements \Iterator, \Countable
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function valid() public function valid()
{ {
@ -66,7 +66,7 @@ class TraversableObject implements \Iterator, \Countable
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function rewind() public function rewind()
{ {

View File

@ -21,7 +21,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -83,7 +83,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -21,7 +21,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -83,7 +83,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -16,7 +16,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -27,7 +27,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -16,7 +16,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -30,7 +30,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -21,7 +21,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -86,7 +86,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -16,7 +16,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -29,7 +29,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -21,7 +21,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -86,7 +86,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -16,7 +16,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -26,7 +26,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -16,7 +16,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -26,7 +26,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -16,7 +16,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -28,7 +28,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -16,7 +16,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -29,7 +29,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -16,7 +16,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -26,7 +26,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -16,7 +16,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -26,7 +26,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -16,7 +16,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -24,7 +24,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -16,7 +16,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -27,7 +27,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -16,7 +16,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -24,7 +24,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -16,7 +16,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -24,7 +24,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -16,7 +16,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -24,7 +24,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -20,7 +20,7 @@ use yii\db\Migration;
class {$class} extends Migration class {$class} extends Migration
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeUp() public function safeUp()
{ {
@ -66,7 +66,7 @@ class {$class} extends Migration
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function safeDown() public function safeDown()
{ {

View File

@ -180,7 +180,7 @@ class FakeController extends Controller
class Filter1 extends ActionFilter class Filter1 extends ActionFilter
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function beforeAction($action) public function beforeAction($action)
{ {
@ -189,7 +189,7 @@ class Filter1 extends ActionFilter
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function afterAction($action, $result) public function afterAction($action, $result)
{ {
@ -200,7 +200,7 @@ class Filter1 extends ActionFilter
class Filter2 extends ActionFilter class Filter2 extends ActionFilter
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function beforeAction($action) public function beforeAction($action)
{ {
@ -209,7 +209,7 @@ class Filter2 extends ActionFilter
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function afterAction($action, $result) public function afterAction($action, $result)
{ {
@ -220,7 +220,7 @@ class Filter2 extends ActionFilter
class Filter3 extends ActionFilter class Filter3 extends ActionFilter
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function beforeAction($action) public function beforeAction($action)
{ {
@ -229,7 +229,7 @@ class Filter3 extends ActionFilter
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function afterAction($action, $result) public function afterAction($action, $result)
{ {

View File

@ -15,7 +15,7 @@ use yii\base\Security;
class ExposedSecurity extends Security class ExposedSecurity extends Security
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function hkdf($algo, $inputKey, $salt = null, $info = null, $length = 0) public function hkdf($algo, $inputKey, $salt = null, $info = null, $length = 0)
{ {
@ -23,7 +23,7 @@ class ExposedSecurity extends Security
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function pbkdf2($algo, $password, $salt, $iterations, $length = 0) public function pbkdf2($algo, $password, $salt, $iterations, $length = 0)
{ {

View File

@ -128,7 +128,7 @@ class AttributeBehaviorTest extends TestCase
class ActiveRecordWithAttributeBehavior extends ActiveRecord class ActiveRecordWithAttributeBehavior extends ActiveRecord
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function behaviors() public function behaviors()
{ {
@ -146,7 +146,7 @@ class ActiveRecordWithAttributeBehavior extends ActiveRecord
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public static function tableName() public static function tableName()
{ {

View File

@ -173,7 +173,7 @@ class AttributesBehaviorTest extends TestCase
class ActiveRecordWithAttributesBehavior extends ActiveRecord class ActiveRecordWithAttributesBehavior extends ActiveRecord
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function behaviors() public function behaviors()
{ {
@ -197,7 +197,7 @@ class ActiveRecordWithAttributesBehavior extends ActiveRecord
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public static function tableName() public static function tableName()
{ {

View File

@ -17,13 +17,13 @@ use yiiunit\framework\db\DatabaseTestCase;
class DbDependencyTest extends DatabaseTestCase class DbDependencyTest extends DatabaseTestCase
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected $driverName = 'sqlite'; protected $driverName = 'sqlite';
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function setUp() protected function setUp()
{ {

View File

@ -15,13 +15,13 @@ use yiiunit\framework\db\DatabaseTestCase;
class DbQueryDependencyTest extends DatabaseTestCase class DbQueryDependencyTest extends DatabaseTestCase
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected $driverName = 'sqlite'; protected $driverName = 'sqlite';
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function setUp() protected function setUp()
{ {

View File

@ -109,7 +109,7 @@ class DbMessageControllerTest extends BaseMessageControllerTest
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function getDefaultConfig() protected function getDefaultConfig()
{ {
@ -123,7 +123,7 @@ class DbMessageControllerTest extends BaseMessageControllerTest
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function saveMessages($messages, $category) protected function saveMessages($messages, $category)
{ {
@ -145,7 +145,7 @@ class DbMessageControllerTest extends BaseMessageControllerTest
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function loadMessages($category) protected function loadMessages($category)
{ {

View File

@ -15,7 +15,7 @@ use yii\console\controllers\MigrateController;
class EchoMigrateController extends MigrateController class EchoMigrateController extends MigrateController
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function stdout($string) public function stdout($string)
{ {

View File

@ -19,7 +19,7 @@ use yiiunit\TestCase;
class HelpControllerTest extends TestCase class HelpControllerTest extends TestCase
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function setUp() public function setUp()
{ {

View File

@ -32,7 +32,7 @@ class PHPMessageControllerTest extends BaseMessageControllerTest
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function getDefaultConfig() protected function getDefaultConfig()
{ {
@ -57,7 +57,7 @@ class PHPMessageControllerTest extends BaseMessageControllerTest
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function saveMessages($messages, $category) protected function saveMessages($messages, $category)
{ {
@ -75,7 +75,7 @@ class PHPMessageControllerTest extends BaseMessageControllerTest
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function loadMessages($category) protected function loadMessages($category)
{ {

View File

@ -34,7 +34,7 @@ class POMessageControllerTest extends BaseMessageControllerTest
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function getDefaultConfig() protected function getDefaultConfig()
{ {
@ -56,7 +56,7 @@ class POMessageControllerTest extends BaseMessageControllerTest
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function saveMessages($messages, $category) protected function saveMessages($messages, $category)
{ {
@ -73,7 +73,7 @@ class POMessageControllerTest extends BaseMessageControllerTest
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function loadMessages($category) protected function loadMessages($category)
{ {

View File

@ -15,7 +15,7 @@ use yii\console\controllers\CacheController;
class SilencedCacheController extends CacheController class SilencedCacheController extends CacheController
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function stdout($string) public function stdout($string)
{ {

View File

@ -33,7 +33,7 @@ class BaseDataProviderTest extends TestCase
class ConcreteDataProvider extends BaseDataProvider class ConcreteDataProvider extends BaseDataProvider
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function prepareModels() protected function prepareModels()
{ {
@ -41,7 +41,7 @@ class ConcreteDataProvider extends BaseDataProvider
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function prepareKeys($models) protected function prepareKeys($models)
{ {
@ -49,7 +49,7 @@ class ConcreteDataProvider extends BaseDataProvider
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function prepareTotalCount() protected function prepareTotalCount()
{ {

View File

@ -45,7 +45,7 @@ abstract class ActiveRecordTest extends DatabaseTestCase
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getCustomerClass() public function getCustomerClass()
{ {
@ -53,7 +53,7 @@ abstract class ActiveRecordTest extends DatabaseTestCase
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getItemClass() public function getItemClass()
{ {
@ -61,7 +61,7 @@ abstract class ActiveRecordTest extends DatabaseTestCase
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getOrderClass() public function getOrderClass()
{ {
@ -69,7 +69,7 @@ abstract class ActiveRecordTest extends DatabaseTestCase
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getOrderItemClass() public function getOrderItemClass()
{ {
@ -85,7 +85,7 @@ abstract class ActiveRecordTest extends DatabaseTestCase
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getOrderWithNullFKClass() public function getOrderWithNullFKClass()
{ {
@ -93,7 +93,7 @@ abstract class ActiveRecordTest extends DatabaseTestCase
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getOrderItemWithNullFKmClass() public function getOrderItemWithNullFKmClass()
{ {

View File

@ -13,7 +13,7 @@ use yii\db\Query;
class UnqueryableQueryMock extends Query class UnqueryableQueryMock extends Query
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function one($db = null) public function one($db = null)
{ {
@ -21,7 +21,7 @@ class UnqueryableQueryMock extends Query
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function all($db = null) public function all($db = null)
{ {

View File

@ -117,7 +117,7 @@ class QueryBuilderTest extends \yiiunit\framework\db\QueryBuilderTest
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function testBuildUnion() public function testBuildUnion()
{ {

View File

@ -13,7 +13,7 @@ class MockAuthManager extends PhpManager
{ {
/** /**
* This mock does not persist. * This mock does not persist.
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function saveToFile($data, $file) protected function saveToFile($data, $file)
{ {

View File

@ -33,7 +33,7 @@ class ConsoleStub extends Console
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public static function stdin($raw = false) public static function stdin($raw = false)
{ {
@ -41,7 +41,7 @@ class ConsoleStub extends Console
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public static function stdout($string) public static function stdout($string)
{ {
@ -49,7 +49,7 @@ class ConsoleStub extends Console
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public static function stderr($string) public static function stderr($string)
{ {

View File

@ -15,7 +15,7 @@ use yii\helpers\BaseInflector;
class FallbackInflector extends BaseInflector class FallbackInflector extends BaseInflector
{ {
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected static function hasIntl() protected static function hasIntl()
{ {

View File

@ -226,7 +226,7 @@ class TestTarget extends Target
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function getContextMessage() public function getContextMessage()
{ {

View File

@ -18,7 +18,7 @@ class AuthorRule extends Rule
public $reallyReally = false; public $reallyReally = false;
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
public function execute($user, $item, $params) public function execute($user, $item, $params)
{ {

View File

@ -62,7 +62,7 @@ class PhpManagerTest extends ManagerTestCase
} }
/** /**
*{@inheritdoc} * {@inheritdoc}
*/ */
protected function createManager() protected function createManager()
{ {