DaSourcerer/yii2-yiiboard

View on GitHub
models/YBoardMember.php

Summary

Maintainability
A
3 hrs
Test Coverage

YBoardMember has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

class YBoardMember extends \yii\db\ActiveRecord
{
    /**
     * @inheritdoc
     */
Severity: Minor
Found in models/YBoardMember.php - About 2 hrs to fix

    Method attributeLabels has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function attributeLabels()
        {
            return [
                'id' => YBoard::t('yboard', 'Member'),
                'location' => YBoard::t('yboard', 'Location'),
    Severity: Minor
    Found in models/YBoardMember.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status