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 ( b04010...012af8 )
by Oliver
09:34 queued 06:03
created
app/Services/TransactionService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -10,9 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace App\Services;
12 12
 
13
-use App\Models\Account;
14
-use App\Models\Category;
15
-use App\Models\Payee;
16 13
 use App\Models\Transaction;
17 14
 use App\Models\TransactionStatus;
18 15
 use App\Models\TransactionType;
Please login to merge, or discard this patch.