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.
Passed
Push — master ( 9473d9...a69b27 )
by Alexander
11:37 queued 04:57
created
application/modules/shop/views/backend-discount/_category_discount.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,4 @@
 block discarded – undo
1 1
 <?php
2
-use kartik\select2\Select2;
3 2
 
4 3
 /**
5 4
  * @var $this yii\web\View
Please login to merge, or discard this patch.
application/modules/shop/views/backend-stage/leaf-index.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,9 @@
 block discarded – undo
5 5
  * @var \yii\data\ActiveDataProvider $dataProvider
6 6
  */
7 7
 
8
+use kartik\icons\Icon;
8 9
 use yii\helpers\Html;
9
-    use yii\helpers\Url;
10
-    use kartik\icons\Icon;
10
+use yii\helpers\Url;
11 11
 
12 12
     $this->title = Yii::t('app', 'Order stages leafs');
13 13
     $this->params['breadcrumbs'] = [
Please login to merge, or discard this patch.
application/modules/shop/views/backend-stage/stage-index.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,9 @@
 block discarded – undo
5 5
  * @var \yii\data\ActiveDataProvider $dataProvider
6 6
  */
7 7
 
8
+use kartik\icons\Icon;
8 9
 use yii\helpers\Html;
9
-    use yii\helpers\Url;
10
-    use kartik\icons\Icon;
10
+use yii\helpers\Url;
11 11
 
12 12
     $this->title = Yii::t('app', 'Order stages');
13 13
     $this->params['breadcrumbs'] = [
Please login to merge, or discard this patch.
application/modules/shop/widgets/OptionGenerate.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\shop\widgets;
4 4
 
5
+use Yii;
5 6
 use app\models\Object;
6 7
 use app\models\Property;
7 8
 use app\models\PropertyGroup;
8 9
 use kartik\helpers\Html;
9 10
 use kartik\icons\Icon;
10
-use Yii;
11 11
 use yii\base\Widget;
12 12
 use yii\db\Query;
13 13
 use yii\helpers\Json;
Please login to merge, or discard this patch.
application/modules/shop/widgets/PriceSliderRangeWidget.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace app\modules\shop\widgets;
3 3
 
4
+use Yii;
4 5
 use yii\db\Query;
5 6
 use yii\helpers\ArrayHelper;
6
-use Yii;
7 7
 
8 8
 
9 9
 class PriceSliderRangeWidget extends SliderRangeWidget
Please login to merge, or discard this patch.
application/modules/shop/widgets/PropertiesSliderRangeWidget.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\shop\widgets;
4 4
 
5
-use yii\helpers\ArrayHelper;
6 5
 use Yii;
6
+use yii\helpers\ArrayHelper;
7 7
 
8 8
 /**
9 9
  * @property \app\models\Property $property
Please login to merge, or discard this patch.
application/modules/user/actions/AuthAction.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\user\actions;
4 4
 
5
-use app;
6 5
 use Yii;
6
+use app;
7 7
 
8 8
 /**
9 9
  * AuthAction extends base yii2 auth action adding error view
Please login to merge, or discard this patch.
application/modules/user/controllers/BackendUserController.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,17 +2,16 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\user\controllers;
4 4
 
5
+use Yii;
5 6
 use app\backend\components\BackendController;
6 7
 use app\components\SearchModel;
7 8
 use app\modules\user\models\User;
8
-use Yii;
9 9
 use yii\filters\AccessControl;
10 10
 use yii\filters\VerbFilter;
11 11
 use yii\helpers\ArrayHelper;
12 12
 use yii\helpers\Json;
13
-use yii\rbac\Item;
14 13
 use yii\helpers\Url;
15
-
14
+use yii\rbac\Item;
16 15
 use yii\web\NotFoundHttpException;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
application/modules/user/models/AuthClientConfig.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\user\models;
4 4
 
5
+use Yii;
5 6
 use app;
6 7
 use app\validators\ClassnameValidator;
7
-use Yii;
8 8
 use yii\base\Model;
9 9
 use yii\helpers\ArrayHelper;
10 10
 
Please login to merge, or discard this patch.