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 ( 452128...a343a6 )
by Brett
04:19
created
src/components/panels/PanelTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @return array|bool
43
+     * @return boolean
44 44
      */
45 45
     public function getIndexUrl()
46 46
     {
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @return string|bool
51
+     * @return boolean
52 52
      */
53 53
     public function getChart()
54 54
     {
Please login to merge, or discard this patch.
src/components/Version.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
      * @param $id
83 83
      * @param $attribute
84 84
      * @param $version
85
-     * @return null|integer|float|string
85
+     * @return string|null
86 86
      */
87 87
     public static function findAttribute($class, $id, $attribute, $version)
88 88
     {
Please login to merge, or discard this patch.
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/ErrorPanel.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
      * @param string     $file
78 78
      * @param int        $line
79 79
      * @param array      $trace         Stack trace to include. Use `Helper::generateTrace()` to create it.
80
-     * @return null|static
80
+     * @return AuditError|null
81 81
      */
82 82
     public function logMessage($entry_id, $message, $code = 0, $file = '', $line = 0, $trace = [])
83 83
     {
Please login to merge, or discard this 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 bedezign\yii2\audit\panels;
4 4
 
5
+use Yii;
5 6
 use bedezign\yii2\audit\components\panels\Panel;
6 7
 use bedezign\yii2\audit\models\AuditTrail;
7 8
 use bedezign\yii2\audit\models\AuditTrailSearch;
8
-use Yii;
9 9
 use yii\grid\GridViewAsset;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.
src/panels/MailPanel.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
     /**
38 38
      * @param Event $event
39
-     * @return null|static
39
+     * @return AuditMail|null
40 40
      */
41 41
     public function record($event)
42 42
     {
Please login to merge, or discard this patch.
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace bedezign\yii2\audit\panels;
4 4
 
5
-use bedezign\yii2\audit\Audit;
6
-use bedezign\yii2\audit\components\panels\Panel;
7
-use bedezign\yii2\audit\models\AuditMail;
8
-use bedezign\yii2\audit\models\AuditMailSearch;
9 5
 use Swift_Message;
10 6
 use Swift_Mime_Attachment;
11 7
 use Swift_Mime_MimePart;
12 8
 use Yii;
9
+use bedezign\yii2\audit\Audit;
10
+use bedezign\yii2\audit\components\panels\Panel;
11
+use bedezign\yii2\audit\models\AuditMail;
12
+use bedezign\yii2\audit\models\AuditMailSearch;
13 13
 use yii\base\Event;
14 14
 use yii\grid\GridViewAsset;
15 15
 use yii\mail\BaseMailer;
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/panels/TrailPanel.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 bedezign\yii2\audit\panels;
4 4
 
5
+use Yii;
5 6
 use bedezign\yii2\audit\components\panels\Panel;
6 7
 use bedezign\yii2\audit\models\AuditTrail;
7 8
 use bedezign\yii2\audit\models\AuditTrailSearch;
8
-use Yii;
9 9
 use yii\grid\GridViewAsset;
10 10
 
11 11
 /**
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.