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 — feature/guzzle6 ( 45a091...e85758 )
by Florian
04:07
created
lib/Checkdomain/Comodo/CommunicationAdapter.php 1 patch
Doc Comments   +3 added lines, -3 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 \GuzzleHttp\Client $client
59 59
      *
60
-     * @return Util
60
+     * @return CommunicationAdapter
61 61
      */
62 62
     public function setClient($client)
63 63
     {
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
      * @param array      $params
109 109
      * @param int        $responseType
110 110
      * @param array|null $notDecode
111
-     * @param array      $forceArray
111
+     * @param string[]      $forceArray
112 112
      *
113 113
      * @return array|bool
114 114
      */
Please login to merge, or discard this patch.