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 ( b32323...e0a7f1 )
by Florian
07:07
created
tests/Checkdomain/Comodo/ImapHelperTest.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,11 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Checkdomain\Comodo\Tests;
3 3
 
4
-use Checkdomain\Comodo\CommunicationAdapter;
5 4
 use Checkdomain\Comodo\ImapHelper;
6
-use Checkdomain\Comodo\ImapAdapter;
7
-use Checkdomain\Comodo\Model\Account;
8
-use Checkdomain\Comodo\Util;
9 5
 use Zend\Mail\Storage\Message;
10 6
 
11 7
 class ImapHelperTest extends AbstractTest
Please login to merge, or discard this patch.