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 ( 01c760...023fa6 )
by Gjero
03:19
created
core/Pimf/Application.php 1 patch
Unused Use Statements   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,10 @@
 block discarded – undo
8 8
 
9 9
 namespace Pimf;
10 10
 
11
-use Pimf\Util\Character as Str, Pimf\Util\Header, Pimf\Util\Header\ResponseStatus, Pimf\Util\Uuid;
11
+use Pimf\Util\Character as Str;
12
+use Pimf\Util\Header;
13
+use Pimf\Util\Header\ResponseStatus;
14
+use Pimf\Util\Uuid;
12 15
 
13 16
 /**
14 17
  * Provides a facility for applications which provides reusable resources,
Please login to merge, or discard this patch.
core/Pimf/Cache.php 1 patch
Unused Use Statements   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,8 @@
 block discarded – undo
8 8
 
9 9
 namespace Pimf;
10 10
 
11
-use Pimf\Util\Character as Str, Pimf\Cache\Storages as CS;
11
+use Pimf\Util\Character as Str;
12
+use Pimf\Cache\Storages as CS;
12 13
 
13 14
 /**
14 15
  * Cache usage
Please login to merge, or discard this patch.