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 ( 804338...c076c4 )
by Ivan
09:54
created
application/backend/views/error-monitor/config.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
 
3 3
 use app\backend\widgets\BackendWidget;
4
+use kartik\form\ActiveForm;
4 5
 use kartik\helpers\Html;
5 6
 use kartik\icons\Icon;
6
-use kartik\form\ActiveForm;
7 7
 
8 8
 $this->title = Yii::t('app', 'Config');
9 9
 $this->params['breadcrumbs'][] = [
Please login to merge, or discard this patch.
application/backend/views/navigation/navigation-form.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
 use app\backend\widgets\BackendWidget;
4 4
 use app\modules\image\widgets\ImageDropzone;
5
+use kartik\form\ActiveForm;
5 6
 use kartik\helpers\Html;
6 7
 use kartik\icons\Icon;
7
-use kartik\form\ActiveForm;
8 8
 use yii\helpers\Url;
9 9
 
10 10
 \app\backend\assets\NavigationAsset::register($this);
Please login to merge, or discard this patch.
application/backend/views/newsletter/config.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use app\backend\widgets\BackendWidget;
4
-use kartik\icons\Icon;
5 4
 use kartik\form\ActiveForm;
5
+use kartik\icons\Icon;
6 6
 use yii\helpers\Html;
7 7
 
8 8
 $this->title = Yii::t('app', 'Newsletter config');
Please login to merge, or discard this patch.
application/backend/views/properties/group.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,9 +9,9 @@
 block discarded – undo
9 9
 use app\backend\components\ActionColumn;
10 10
 use app\backend\widgets\BackendWidget;
11 11
 use kartik\dynagrid\DynaGrid;
12
+use kartik\form\ActiveForm;
12 13
 use kartik\helpers\Html;
13 14
 use kartik\icons\Icon;
14
-use kartik\form\ActiveForm;
15 15
 
16 16
 $this->title = Yii::t('app', 'Update');
17 17
 $this->params['breadcrumbs'][] = ['url' => ['/backend/properties/index'], 'label' => Yii::t('app', 'Properties')];
Please login to merge, or discard this patch.
application/backend/views/slider/update.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,10 +5,10 @@
 block discarded – undo
5 5
 /** @var \app\slider\BaseSliderEditModel $abstractModel  */
6 6
 
7 7
 use app\backend\widgets\BackendWidget;
8
+use kartik\editable\Editable;
9
+use kartik\form\ActiveForm;
8 10
 use kartik\helpers\Html;
9 11
 use kartik\icons\Icon;
10
-use kartik\form\ActiveForm;
11
-use kartik\editable\Editable;
12 12
 use kartik\popover\PopoverX;
13 13
 
14 14
 $this->title = $model->isNewRecord ? Yii::t('app', 'Create') : Yii::t('app', 'Update');
Please login to merge, or discard this patch.
extensions/DefaultTheme/views/backend-configuration/edit-widget.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
 
3 3
 use app\backend\widgets\BackendWidget;
4
+use kartik\form\ActiveForm;
4 5
 use kartik\helpers\Html;
5 6
 use kartik\icons\Icon;
6
-use kartik\form\ActiveForm;
7 7
 use yii\helpers\Url;
8 8
 /** @var \app\extensions\DefaultTheme\models\ThemeWidgets $model */
9 9
 /** @var $this \yii\web\View */
Please login to merge, or discard this patch.
application/extensions/DefaultTheme/views/configurable/_config.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
 
7 7
 use app\backend\widgets\BackendWidget;
8 8
 use kartik\color\ColorInput;
9
-use yii\helpers\Html;
10 9
 use kartik\icons\Icon;
10
+use yii\helpers\Html;
11 11
 
12 12
 ?>
13 13
 
Please login to merge, or discard this patch.
application/modules/core/views/configurable/_config.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 /** @var \app\modules\core\models\ConfigConfigurationModel $model */
6 6
 
7 7
 use app\backend\widgets\BackendWidget;
8
-use app\models\SpamChecker;
9 8
 use app\components\Helper;
9
+use app\models\SpamChecker;
10 10
 use kartik\switchinput\SwitchInput;
11 11
 
12 12
 ?>
Please login to merge, or discard this patch.
application/modules/image/views/backend-watermark/edit.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,10 @@
 block discarded – undo
3 3
 use app\backend\widgets\BackendWidget;
4 4
 use app\modules\image\models\Watermark;
5 5
 use app\widgets\Alert;
6
-use kartik\form\ActiveForm;
7 6
 use kartik\file\FileInput;
8
-use yii\helpers\Html;
7
+use kartik\form\ActiveForm;
9 8
 use kartik\icons\Icon;
10
-use yii\helpers\Url;
9
+use yii\helpers\Html;
11 10
 
12 11
 /**
13 12
  * @var yii\web\View $this
Please login to merge, or discard this patch.