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 ( 660da6...fa3ecf )
by
unknown
05:33
created
lib/Checkdomain/Comodo/CommunicationAdapter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
     /**
28 28
      * @param \Checkdomain\Comodo\Model\Account $account
29 29
      *
30
-     * @return Util
30
+     * @return CommunicationAdapter
31 31
      */
32 32
     public function setAccount($account)
33 33
     {
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     /**
58 58
      * @param \Guzzle\Http\Client $client
59 59
      *
60
-     * @return Util
60
+     * @return CommunicationAdapter
61 61
      */
62 62
     public function setClient($client)
63 63
     {
Please login to merge, or discard this patch.
lib/Checkdomain/Comodo/Util.php 2 patches
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -41,9 +41,9 @@  discard block
 block discarded – undo
41 41
     /**
42 42
      * Constructs the Util with a communicationAdapter
43 43
      *
44
-     * @param CommunicationAdapter|null $communicationAdapter
45
-     * @param ImapWithSearch|null       $imapWithSearch
46
-     * @param ImapHelper|null           $imapHelper
44
+     * @param CommunicationAdapter $communicationAdapter
45
+     * @param ImapWithSearch       $imapWithSearch
46
+     * @param ImapHelper           $imapHelper
47 47
      */
48 48
     public function __construct(CommunicationAdapter $communicationAdapter, ImapWithSearch $imapWithSearch, ImapHelper $imapHelper)
49 49
     {
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
      *
205 205
      * @param array $params
206 206
      *
207
-     * @return AutoApplyResult
207
+     * @return AutoReplaceResult
208 208
      * @throws Model\Exception\AccountException
209 209
      * @throws Model\Exception\ArgumentException
210 210
      * @throws Model\Exception\CSRException
@@ -338,9 +338,9 @@  discard block
 block discarded – undo
338 338
     }
339 339
 
340 340
     /**
341
-     * @param Object $object
341
+     * @param CollectSslResult $object
342 342
      * @param array  $arr
343
-     * @param array  $timestampFields
343
+     * @param string[]  $timestampFields
344 344
      *
345 345
      * @return $this
346 346
      */
Please login to merge, or discard this 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.