GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.

Code Duplication    Length = 17-17 lines in 2 locations

application/models/PrefilteredPages.php 1 location

@@ 68-84 (lines=17) @@
65
    /**
66
     * @inheritdoc
67
     */
68
    public function attributeLabels()
69
    {
70
        return [
71
            'id' => Yii::t('app', 'ID'),
72
            'slug' => Yii::t('app', 'Slug'),
73
            'active' => Yii::t('app', 'Active'),
74
            'params' => Yii::t('app', 'Params'),
75
            'title' => Yii::t('app', 'Title'),
76
            'announce' => Yii::t('app', 'Announce'),
77
            'content' => Yii::t('app', 'Content'),
78
            'h1' => Yii::t('app', 'H1'),
79
            'meta_description' => Yii::t('app', 'Meta Description'),
80
            'breadcrumbs_label' => Yii::t('app', 'Breadcrumbs Label'),
81
            'view_id' => Yii::t('app', 'View'),
82
            'last_category_id' => Yii::t('app', 'Category'),
83
        ];
84
    }
85
86
    /**
87
     * Search tasks

application/models/DynamicContent.php 1 location

@@ 79-95 (lines=17) @@
76
    /**
77
     * @inheritdoc
78
     */
79
    public function attributeLabels()
80
    {
81
        return [
82
            'id' => Yii::t('app', 'ID'),
83
            'route' => Yii::t('app', 'Route'),
84
            'name' => Yii::t('app', 'Name'),
85
            'content_block_name' => Yii::t('app', 'Content Block Name'),
86
            'announce' => Yii::t('app', 'Announce'),
87
            'content' => Yii::t('app', 'Content'),
88
            'title' => Yii::t('app', 'Title'),
89
            'h1' => Yii::t('app', 'H1'),
90
            'meta_description' => Yii::t('app', 'Meta Description'),
91
            'apply_if_last_category_id' => Yii::t('app', 'Apply If Last Category ID'),
92
            'apply_if_params' => Yii::t('app', 'Apply If Params'),
93
            'object_id' => Yii::t('app', 'Object'),
94
        ];
95
    }
96
97
    /**
98
     * Search tasks