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 ( c91cad...6ff168 )
by Aleh
31:27 queued 06:26
created
src/Job/Job.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Scheduler\Job;
4 4
 
5
+use DateTime;
5 6
 use DateTimeInterface;
6 7
 use DateTimeZone;
7
-use DateTime;
8 8
 
9 9
 /**
10 10
  * Class Job
Please login to merge, or discard this patch.