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 — packet_price_editor ( 6e890b...12d4e8 )
by
unknown
10:05
created
application/modules/shop/actions/BatchEditPriceAction.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 namespace app\modules\shop\actions;
3 3
 
4 4
 use Yii;
5
-use yii\base\Action;
6
-use yii\web\Response;
7
-use yii\web\NotFoundHttpException;
8 5
 use app\modules\shop\models\Category;
9 6
 use app\modules\shop\models\Product;
7
+use yii\base\Action;
8
+use yii\web\NotFoundHttpException;
9
+use yii\web\Response;
10 10
 
11 11
 class BatchEditPriceAction extends Action
12 12
 {
Please login to merge, or discard this patch.