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 ( f91a39...024731 )
by
unknown
03:59
created
lib/Util.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -56,9 +56,9 @@  discard block
 block discarded – undo
56 56
     /**
57 57
      * Constructs the Util with a communicationAdapter
58 58
      *
59
-     * @param CommunicationAdapter|null $communicationAdapter
60
-     * @param ImapAdapter|null          $imapAdapter
61
-     * @param ImapHelper|null           $imapHelper
59
+     * @param CommunicationAdapter $communicationAdapter
60
+     * @param ImapAdapter          $imapAdapter
61
+     * @param ImapHelper           $imapHelper
62 62
      */
63 63
     public function __construct(CommunicationAdapter $communicationAdapter, ImapAdapter $imapAdapter, ImapHelper $imapHelper)
64 64
     {
@@ -519,7 +519,7 @@  discard block
 block discarded – undo
519 519
      *
520 520
      * @param array $params
521 521
      *
522
-     * @return GetMDCDomainDetailsResult
522
+     * @return SslCheckerResult
523 523
      *
524 524
      * @throws Model\Exception\AccountException
525 525
      * @throws Model\Exception\ArgumentException
@@ -798,7 +798,7 @@  discard block
 block discarded – undo
798 798
     /**
799 799
      * @param CollectSslResult $object
800 800
      * @param array            $arr
801
-     * @param array            $timestampFields
801
+     * @param string[]            $timestampFields
802 802
      *
803 803
      * @return $this
804 804
      */
Please login to merge, or discard this patch.