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 — develop ( 699b70...879176 )
by Chris
13:23
created
tests/files/NoInlineFullyQualifiedClassName/TestClass1Input.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace Fixtures\NoInlineFullyQualifiedClassNameSniff\Input;
4 4
 
5 5
 use Php\Foo\Bar;
6
-use DateTime;
7
-use X\Y\Z;
8 6
 use Faa\SomeTrait;
9 7
 
10 8
 class TestClass1Input extends \Foo\Bar implements \Bar\Baz, \Bar\Xxx {
Please login to merge, or discard this patch.
humanmade/coding-standards/HM/Sniffs/Arrays/ForceShortArraysSniff.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use PHP_CodeSniffer_File;
6 6
 use PHP_CodeSniffer_Sniff;
7
-use PHP_CodeSniffer_Tokens;
8 7
 
9 8
 class ForceShortArraysSniff implements PHP_CodeSniffer_Sniff {
10 9
 	/**
Please login to merge, or discard this patch.