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 ( e0a7f1...ec95b5 )
by Florian
05:01
created
tests/Checkdomain/Comodo/ImapHelperTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@
 block discarded – undo
174 174
     }
175 175
 
176 176
     /**
177
-     * @param $raw
177
+     * @param string $raw
178 178
      *
179 179
      * @return Message
180 180
      */
Please login to merge, or discard this 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.