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 ( 1c60ca...6a0208 )
by Brett
04:16
created
src/models/AuditEntry.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
     /**
131 131
      * @param $type
132 132
      * @param $data
133
-     * @param bool|true $compact
133
+     * @param boolean $compact
134 134
      * @throws \yii\db\Exception
135 135
      */
136 136
     public function addData($type, $data, $compact = true)
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace bedezign\yii2\audit\models;
4 4
 
5
+use Yii;
5 6
 use bedezign\yii2\audit\Audit;
6
-use bedezign\yii2\audit\components\db\ActiveRecord;
7 7
 use bedezign\yii2\audit\components\Helper;
8
-use Yii;
8
+use bedezign\yii2\audit\components\db\ActiveRecord;
9 9
 use yii\db\ActiveQuery;
10 10
 use yii\db\Expression;
11 11
 
Please login to merge, or discard this patch.