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.
Completed
Push — master ( d1e99f...4ab195 )
by Steve
10s
created
src/panels/CurlPanel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 
9 9
 use Yii;
10 10
 use bedezign\yii2\audit\components\panels\DataStoragePanel;
11
-use yii\grid\GridViewAsset;
12 11
 use yii\data\ArrayDataProvider;
12
+use yii\grid\GridViewAsset;
13 13
 
14 14
 /**
15 15
  * Class CurlPanel
Please login to merge, or discard this patch.
src/panels/DbPanel.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 bedezign\yii2\audit\panels;
4 4
 
5
-use bedezign\yii2\audit\components\panels\DataStoragePanelTrait;
6 5
 use Yii;
6
+use bedezign\yii2\audit\components\panels\DataStoragePanelTrait;
7 7
 use yii\debug\models\search\Db;
8 8
 use yii\grid\GridViewAsset;
9 9
 
Please login to merge, or discard this patch.
src/panels/LogPanel.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 bedezign\yii2\audit\panels;
4 4
 
5
-use bedezign\yii2\audit\components\panels\DataStoragePanelTrait;
6 5
 use Yii;
6
+use bedezign\yii2\audit\components\panels\DataStoragePanelTrait;
7 7
 use yii\debug\models\search\Log;
8 8
 use yii\grid\GridViewAsset;
9 9
 
Please login to merge, or discard this patch.
src/panels/ProfilingPanel.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 bedezign\yii2\audit\panels;
4 4
 
5
-use bedezign\yii2\audit\components\panels\DataStoragePanelTrait;
6 5
 use Yii;
6
+use bedezign\yii2\audit\components\panels\DataStoragePanelTrait;
7 7
 use yii\debug\models\search\Profile;
8 8
 use yii\grid\GridViewAsset;
9 9
 
Please login to merge, or discard this patch.
src/panels/SoapPanel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace bedezign\yii2\audit\panels;
3 3
 
4 4
 use Yii;
5
-use bedezign\yii2\audit\models\AuditError;
6 5
 use bedezign\yii2\audit\components\panels\DataStoragePanel;
7 6
 use yii\data\ArrayDataProvider;
8 7
 
Please login to merge, or discard this patch.
src/views/entry/panels/soap/detail.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /* @var $panel bedezign\yii2\audit\panels\SoapPanel */
3 3
 
4
-use yii\bootstrap\Tabs;
5
-use yii\helpers\Html;
6 4
 use bedezign\yii2\audit\components\Helper;
5
+use yii\bootstrap\Tabs;
7 6
 use yii\helpers\ArrayHelper;
7
+use yii\helpers\Html;
8 8
 use yii\helpers\VarDumper;
9 9
 
10 10
 $preformatted = ['class' => 'well', 'style' => 'overflow: auto; white-space: pre'];
Please login to merge, or discard this patch.
src/views/mail/view.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 /** @var View $this */
4 4
 /** @var AuditMail $model */
5 5
 
6
-use bedezign\yii2\audit\components\Helper;
7 6
 use bedezign\yii2\audit\models\AuditMail;
8 7
 use yii\helpers\Html;
9 8
 use yii\helpers\Url;
Please login to merge, or discard this patch.
src/commands/AuditController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace bedezign\yii2\audit\commands;
4 4
 
5
+use Yii;
5 6
 use bedezign\yii2\audit\Audit;
6 7
 use bedezign\yii2\audit\components\panels\Panel;
7 8
 use bedezign\yii2\audit\models\AuditEntry;
8 9
 use bedezign\yii2\audit\models\AuditError;
9
-use Yii;
10 10
 use yii\base\Exception;
11 11
 use yii\console\Controller;
12 12
 use yii\helpers\Console;
Please login to merge, or discard this patch.
src/panels/MailPanel.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,15 +2,15 @@
 block discarded – undo
2 2
 
3 3
 namespace bedezign\yii2\audit\panels;
4 4
 
5
+use Swift_Message;
6
+use Swift_Mime_Attachment;
7
+use Swift_Mime_MimePart;
8
+use Yii;
5 9
 use bedezign\yii2\audit\Audit;
6 10
 use bedezign\yii2\audit\components\panels\Panel;
7 11
 use bedezign\yii2\audit\components\panels\RendersSummaryChartTrait;
8 12
 use bedezign\yii2\audit\models\AuditMail;
9 13
 use bedezign\yii2\audit\models\AuditMailSearch;
10
-use Swift_Message;
11
-use Swift_Mime_Attachment;
12
-use Swift_Mime_MimePart;
13
-use Yii;
14 14
 use yii\base\Event;
15 15
 use yii\grid\GridViewAsset;
16 16
 use yii\mail\BaseMailer;
Please login to merge, or discard this patch.