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 ( 8d42ac...c3ef8e )
by Alexander
69:25 queued 62:45
created
application/modules/shop/views/backend-currency-rate-provider/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
  */
8 8
 
9 9
 use kartik\dynagrid\DynaGrid;
10
-use kartik\helpers\Html;
11 10
 
12 11
 
13 12
 $this->title = Yii::t('app', 'Currency rate providers');
Please login to merge, or discard this patch.
application/modules/shop/views/backend-discount/index.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,6 @@
 block discarded – undo
9 9
 
10 10
 use kartik\dynagrid\DynaGrid;
11 11
 use kartik\icons\Icon;
12
-use devgroup\JsTreeWidget\TreeWidget;
13
-use devgroup\JsTreeWidget\ContextMenuHelper;
14 12
 
15 13
 $this->title = Yii::t('app', 'Discount');
16 14
 if (is_object($model)) {
Please login to merge, or discard this patch.
application/modules/shop/views/backend-warehouse/form.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use app\backend\widgets\BackendWidget;
4 3
 use app\backend\components\ActiveForm;
4
+use app\backend\widgets\BackendWidget;
5 5
 use kartik\helpers\Html;
6 6
 use kartik\icons\Icon;
7 7
 use \yii\helpers\ArrayHelper;
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\BaseObject;
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/properties/DynamicSearchModel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace app\properties;
4 4
 
5 5
 
6
+use Yii;
6 7
 use app\models\BaseObject;
7 8
 use app\models\Property;
8 9
 use app\models\PropertyStaticValues;
9
-use Yii;
10 10
 use yii\base\DynamicModel;
11 11
 use yii\data\ActiveDataProvider;
12 12
 use yii\helpers\ArrayHelper;
Please login to merge, or discard this patch.
application/properties/HasProperties.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,6 +2,7 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace app\properties;
4 4
 
5
+use Yii;
5 6
 use app\models\BaseObject;
6 7
 use app\models\ObjectPropertyGroup;
7 8
 use app\models\ObjectStaticValues;
@@ -11,7 +12,6 @@  discard block
 block discarded – undo
11 12
 use app\modules\core\helpers\ContentBlockHelper;
12 13
 use app\modules\core\models\ContentBlock;
13 14
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
14
-use Yii;
15 15
 use yii\base\Behavior;
16 16
 use yii\caching\TagDependency;
17 17
 use yii\db\ActiveRecord;
Please login to merge, or discard this patch.
application/properties/PropertiesWidget.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,13 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace app\properties;
4 4
 
5
+use Yii;
5 6
 use app\models\BaseObject;
6 7
 use app\models\ObjectPropertyGroup;
7 8
 use app\models\Property;
8 9
 use app\models\PropertyGroup;
9
-use app\models\PropertyStaticValues;
10 10
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
11
-use Yii;
12 11
 use yii\base\Widget;
13 12
 use yii\caching\TagDependency;
14 13
 use yii\db\ActiveRecord;
Please login to merge, or discard this patch.
application/properties/url/FullCategoryPathPart.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace app\properties\url;
4 4
 
5
+use Yii;
5 6
 use app\modules\shop\models\Category;
6 7
 use app\modules\shop\models\Product;
7 8
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
8
-use Yii;
9 9
 
10 10
 class FullCategoryPathPart extends CategoryPart
11 11
 {
Please login to merge, or discard this patch.
application/properties/url/StaticPart.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use app\modules\shop\models\Category;
6 6
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
7
-use Yii;
8 7
 
9 8
 class StaticPart extends UrlPart
10 9
 {
Please login to merge, or discard this patch.