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 ( 98448a...15591c )
by
unknown
10:46
created
application/modules/shop/models/UserDiscount.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 tests\unit\models;
4 4
 
5
-use app\modules\user\models\User;
6 5
 use Yii;
6
+use app\modules\user\models\User;
7 7
 use yii\codeception\TestCase;
8 8
 
9 9
 class LoginFormTest extends TestCase
Please login to merge, or discard this patch.
application/modules/shop/helpers/PriceHandlers.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,13 +3,11 @@
 block discarded – undo
3 3
 
4 4
 use app\modules\shop\events\OrderCalculateEvent;
5 5
 use app\modules\shop\models\AbstractDiscountType;
6
-use app\modules\shop\models\Currency;
7 6
 use app\modules\shop\models\Discount;
8 7
 use app\modules\shop\models\Order;
9 8
 use app\modules\shop\models\Product;
10 9
 use app\modules\shop\models\SpecialPriceList;
11 10
 use app\modules\shop\models\SpecialPriceObject;
12
-use Yii;
13 11
 
14 12
 class PriceHandlers
15 13
 {
Please login to merge, or discard this patch.