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 ( 5472cc...5f2b62 )
by Nathan
04:15
created
src/Parser.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,11 +5,11 @@
 block discarded – undo
5 5
 use Nathanmac\Utilities\Parser\Formats\BSON;
6 6
 use Nathanmac\Utilities\Parser\Formats\FormatInterface;
7 7
 use Nathanmac\Utilities\Parser\Formats\JSON;
8
+use Nathanmac\Utilities\Parser\Formats\MSGPack;
8 9
 use Nathanmac\Utilities\Parser\Formats\QueryStr;
9 10
 use Nathanmac\Utilities\Parser\Formats\Serialize;
10 11
 use Nathanmac\Utilities\Parser\Formats\XML;
11 12
 use Nathanmac\Utilities\Parser\Formats\YAML;
12
-use Nathanmac\Utilities\Parser\Formats\MSGPack;
13 13
 
14 14
 /**
15 15
  * Parser Library, designed to parse payload data from various formats to php array.
Please login to merge, or discard this patch.