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 ( 92f658...8ccbb2 )
by Time
05:23
created
Source/Analysis/TypeSystem.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 Pinq\Analysis\BinaryOperations\BinaryOperation;
6 6
 use Pinq\Analysis\TypeOperations\TypeOperation;
7
-use Pinq\Expressions\Operators;
8 7
 
9 8
 /**
10 9
  * Base class of the type system.
Please login to merge, or discard this patch.
Providers/DSL/Compilation/Processors/Expression/ExpressionProcessor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Pinq\Providers\DSL\Compilation\Processors\Expression;
4 4
 
5 5
 use Pinq\Expressions\ExpressionWalker;
6
-use Pinq\Queries;
7 6
 use Pinq\Queries\Functions\IFunction;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
Source/Queryable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Pinq\Expressions as O;
6 6
 use Pinq\Iterators\IIteratorScheme;
7 7
 use Pinq\Queries\Requests;
8
-use Pinq\Queries\Segments;
9 8
 
10 9
 /**
11 10
  * The standard queryable class, fully implements the queryable API
Please login to merge, or discard this patch.
Source/Parsing/PhpParser/Parser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Pinq\Parsing\InvalidFunctionException;
9 9
 use Pinq\Parsing\ParserBase;
10 10
 use PhpParser;
11
-use Pinq\Parsing\Resolvers\FunctionMagicResolver;
12 11
 
13 12
 /**
14 13
  * Function parser implementation utilising nikic\PHP-Parser to
Please login to merge, or discard this patch.