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.
Passed
Branch master (bb96e0)
by luca
05:20
created
src/Authentication/SandboxStrategy.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Audiens\AdobeClient\Authentication;
4 4
 
5
-use Audiens\AdobeClient\Auth;
6 5
 use Audiens\AdobeClient\Exception\AuthException;
7 6
 use Doctrine\Common\Cache\Cache;
8 7
 use GuzzleHttp\ClientInterface;
Please login to merge, or discard this patch.
src/Repository/TraitRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Audiens\AdobeClient\Repository;
4 4
 
5
-use Audiens\AdobeClient\Auth;
6 5
 use Audiens\AdobeClient\CachableTrait;
7 6
 use Audiens\AdobeClient\CacheableInterface;
8 7
 use Audiens\AdobeClient\Entity\TraitMetrics;
Please login to merge, or discard this patch.
Test/FunctionalTestCase.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 Test;
4 4
 
5 5
 use Audiens\AdobeClient\Auth;
6
-use Audiens\AdobeClient\Authentication\AdnxStrategy;
7 6
 use Audiens\AdobeClient\Authentication\SandboxStrategy;
8 7
 use Audiens\AdobeClient\Repository\TraitRepository;
9 8
 use Doctrine\Common\Cache\FilesystemCache;
Please login to merge, or discard this patch.