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 ( a6909c...b32323 )
by Florian
05:40
created
lib/Checkdomain/Comodo/Util.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Checkdomain\Comodo\Model\Exception\RequestException;
8 8
 use Checkdomain\Comodo\Model\Exception\UnknownApiException;
9 9
 use Checkdomain\Comodo\Model\Exception\UnknownException;
10
-
11 10
 use Checkdomain\Comodo\Model\Result\AutoApplyResult;
12 11
 use Checkdomain\Comodo\Model\Result\AutoReplaceResult;
13 12
 use Checkdomain\Comodo\Model\Result\CollectSslResult;
Please login to merge, or discard this patch.
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.