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 — tobias-nitsche-patch-1-compose... ( 5efbe8 )
by
unknown
08:53
created
lib/Model/Result/SslCheckerResult.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -354,7 +354,7 @@  discard block
 block discarded – undo
354 354
     }
355 355
 
356 356
     /**
357
-     * @return \DateTime
357
+     * @return string
358 358
      */
359 359
     public function getCertValidityNotBefore()
360 360
     {
@@ -372,7 +372,7 @@  discard block
 block discarded – undo
372 372
     }
373 373
 
374 374
     /**
375
-     * @return \DateTime
375
+     * @return string
376 376
      */
377 377
     public function getCertValidityNotAfter()
378 378
     {
Please login to merge, or discard this patch.
lib/Util.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -54,9 +54,9 @@  discard block
 block discarded – undo
54 54
     /**
55 55
      * Constructs the Util with a communicationAdapter
56 56
      *
57
-     * @param CommunicationAdapter|null $communicationAdapter
58
-     * @param ImapAdapter|null          $imapAdapter
59
-     * @param ImapHelper|null           $imapHelper
57
+     * @param CommunicationAdapter $communicationAdapter
58
+     * @param ImapAdapter          $imapAdapter
59
+     * @param ImapHelper           $imapHelper
60 60
      */
61 61
     public function __construct(CommunicationAdapter $communicationAdapter, ImapAdapter $imapAdapter, ImapHelper $imapHelper)
62 62
     {
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
      *
219 219
      * @param array $params
220 220
      *
221
-     * @return AutoApplyResult
221
+     * @return AutoReplaceResult
222 222
      * @throws Model\Exception\AccountException
223 223
      * @throws Model\Exception\ArgumentException
224 224
      * @throws Model\Exception\CSRException
@@ -496,7 +496,7 @@  discard block
 block discarded – undo
496 496
      *
497 497
      * @param array $params
498 498
      *
499
-     * @return GetMDCDomainDetailsResult
499
+     * @return SslCheckerResult
500 500
      *
501 501
      * @throws Model\Exception\AccountException
502 502
      * @throws Model\Exception\ArgumentException
@@ -733,7 +733,7 @@  discard block
 block discarded – undo
733 733
     /**
734 734
      * @param CollectSslResult $object
735 735
      * @param array            $arr
736
-     * @param array            $timestampFields
736
+     * @param string[]            $timestampFields
737 737
      *
738 738
      * @return $this
739 739
      */
Please login to merge, or discard this patch.