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 ( 9000d2...f19783 )
by Time
06:05
created
Source/Parsing/PhpParser/Parser.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
                 AST::convert($matchingFunctionNode->getBodyNodes()));
56 56
     }
57 57
 
58
+    /**
59
+     * @param string $filePath
60
+     */
58 61
     private function getLocatedFunctionNodesIn($filePath)
59 62
     {
60 63
         if (!isset(self::$locatedFunctions[$filePath])) {
Please login to merge, or discard this 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.