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 ( 26c907...2ee5c1 )
by Brent
07:38 queued 31s
created
src/PeriodCollection.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Period;
4 4
 
5
+use ArrayAccess;
5 6
 use Closure;
6
-use Iterator;
7 7
 use Countable;
8
-use ArrayAccess;
8
+use Iterator;
9 9
 
10 10
 class PeriodCollection implements ArrayAccess, Iterator, Countable
11 11
 {
Please login to merge, or discard this patch.