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.
Test Setup Failed
Push — action_getCatTree_order ( 77944b )
by
unknown
23:56
created
application/models/PropertyStaticValues.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,12 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace app\models;
4 4
 
5
-use app\modules\shop\models\Product;
5
+use Yii;
6 6
 use app\properties\HasProperties;
7 7
 use app\traits\GetImages;
8 8
 use app\traits\SortModels;
9 9
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
10
-use Yii;
11 10
 use yii\behaviors\AttributeBehavior;
12 11
 use yii\caching\TagDependency;
13 12
 use yii\data\ActiveDataProvider;
Please login to merge, or discard this patch.
application/models/View.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace app\models;
4 4
 
5
-use app\traits\LoadModel;
6 5
 use Yii;
6
+use app\traits\LoadModel;
7 7
 use yii\caching\TagDependency;
8 8
 use yii\data\ActiveDataProvider;
9 9
 use yii\db\ActiveRecord;
Please login to merge, or discard this patch.
application/models/ViewObject.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -137,6 +137,9 @@
 block discarded – undo
137 137
         return $result;
138 138
     }
139 139
 
140
+    /**
141
+     * @param integer $view_id
142
+     */
140 143
     public static function deleteByViewId($view_id = null)
141 144
     {
142 145
         if (null === $view_id) {
Please login to merge, or discard this patch.
application/modules/config/models/BaseConfigurationModel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\config\models;
4 4
 
5
-use app\modules\config\helpers\ApplicationConfigWriter;
6 5
 use Yii;
6
+use app\modules\config\helpers\ApplicationConfigWriter;
7 7
 use yii\base\Model;
8 8
 use yii\helpers\StringHelper;
9 9
 
Please login to merge, or discard this patch.
application/modules/core/backend/ExtensionsController.php 1 patch
Unused Use Statements   +3 added lines, -7 removed lines patch added patch discarded remove patch
@@ -2,17 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\core\backend;
4 4
 
5
+use Packagist\Api\Result\Package\Version;
6
+use Yii;
5 7
 use app;
6 8
 use app\backend\components\BackendController;
7 9
 use app\modules\core\models\Extensions;
8
-use Packagist\Api\Result\Package\Version;
9
-use Yii;
10
-use yii\data\ArrayDataProvider;
11
-use yii\helpers\VarDumper;
12
-use yii\web\BadRequestHttpException;
13
-use yii\web\NotFoundHttpException;
14
-use yii\web\ServerErrorHttpException;
15 10
 use yii\filters\AccessControl;
11
+use yii\web\NotFoundHttpException;
16 12
 
17 13
 
18 14
 class ExtensionsController extends BackendController
Please login to merge, or discard this patch.
application/modules/core/controllers/BackendChunkController.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\core\controllers;
4 4
 
5
+use Yii;
5 6
 use app\backend\components\BackendController;
6 7
 use app\backend\traits\BackendRedirect;
7
-use yii\filters\AccessControl;
8 8
 use app\modules\core\models\ContentBlock;
9
-use Yii;
9
+use yii\filters\AccessControl;
10 10
 use yii\helpers\Url;
11 11
 use yii\web\NotFoundHttpException;
12 12
 
Please login to merge, or discard this patch.
application/modules/core/CoreModule.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\core;
4 4
 
5
+use Yii;
5 6
 use app;
6 7
 use app\components\BaseModule;
7
-use app\components\Controller;
8 8
 use app\modules\core\models\ContentDecorator;
9
-
10
-use Yii;
11 9
 use yii\base\Application;
12 10
 use yii\base\BootstrapInterface;
13 11
 /**
Please login to merge, or discard this patch.
application/modules/core/helpers/ContentBlockHelper.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -291,7 +291,7 @@
 block discarded – undo
291 291
      * @param string $key ContentBlock key
292 292
      * @param array $params . Array of params to be replaced while render
293 293
      * @param yii\base\Model $model . Caller model instance to use in caching
294
-     * @return mixed
294
+     * @return string
295 295
      */
296 296
     public static function getChunk($key, $params = [], yii\base\Model $model = null)
297 297
     {
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace app\modules\core\helpers;
3 3
 
4
+use app;
4 5
 use app\modules\core\models\ContentBlock;
5 6
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
7
+use yii;
6 8
 use yii\caching\TagDependency;
7 9
 use yii\helpers\ArrayHelper;
8
-use yii;
9
-use app;
10 10
 
11 11
 /**
12 12
  * Class ContentBlockHelper
Please login to merge, or discard this patch.
application/modules/core/models/ContentBlock.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
      * @param string $key
94 94
      * @param bool $valueOnly
95 95
      * @param mixed $defaultValue
96
-     * @return ContentBlock|string
96
+     * @return string
97 97
      */
98 98
     public static function getChunk($key, $valueOnly = true, $defaultValue = null)
99 99
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\core\models;
4 4
 
5
+use Yii;
5 6
 use app\modules\core\helpers\ContentBlockHelper;
6 7
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
7
-use yii\caching\TagDependency;
8 8
 use yii\data\ActiveDataProvider;
9
-use Yii;
10 9
 
11 10
 /**
12 11
  * This is the model class for table "content_block".
Please login to merge, or discard this patch.