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.
Test Setup Failed
Push — filters ( f17bc5...16aa08 )
by Ivan
13:41
created
application/modules/image/actions/UpdateNameAction.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,9 @@
 block discarded – undo
4 4
 namespace app\modules\image\actions;
5 5
 
6 6
 
7
+use Yii;
7 8
 use app\modules\image\models\Image;
8
-
9 9
 use creocoder\flysystem\Filesystem;
10
-use Yii;
11 10
 use yii\base\Action;
12 11
 use yii\base\Exception;
13 12
 use yii\web\NotAcceptableHttpException;
Please login to merge, or discard this patch.