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
Pull Request — master (#3)
by Kevin
05:09
created
tests/Checkdomain/Comodo/AbstractTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     }
27 27
 
28 28
     /**
29
-     * @return \PHPUnit_Framework_MockObject_MockObject|\Checkdomain\Comodo\ImapExtension
29
+     * @return ImapExtension
30 30
      */
31 31
     protected function createImapExtension()
32 32
     {
@@ -98,9 +98,9 @@  discard block
 block discarded – undo
98 98
     /**
99 99
      * Creates a class to simulate Requests, and return response String for testing purposes
100 100
      *
101
-     * @param $responseString
101
+     * @param string $responseString
102 102
      *
103
-     * @return \PHPUnit_Framework_MockObject_MockObject|\GuzzleHttp\Client
103
+     * @return null|Client
104 104
      */
105 105
     protected function createGuzzleClient($responseString)
106 106
     {
Please login to merge, or discard this patch.