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 ( da81a8...78a0b4 )
by Brett
34:48 queued 32:21
created
src/models/AuditEntry.php 2 patches
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.
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@  discard block
 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)
@@ -231,7 +231,6 @@  discard block
 block discarded – undo
231 231
     }
232 232
 
233 233
     /**
234
-     * @param AuditEntry $auditEntry
235 234
      * @return bool|string
236 235
      */
237 236
     public static function getRequestUrl()
Please login to merge, or discard this patch.