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 ( 584877...f7ba31 )
by Joni
05:42
created
lib/X509/AttributeCertificate/AttributeCertificateInfo.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -273,6 +273,7 @@
 block discarded – undo
273 273
      * Get self with extensions added.
274 274
      *
275 275
      * @param Extension ...$exts One or more Extension objects
276
+     * @param Extension[] $exts
276 277
      * @return self
277 278
      */
278 279
     public function withAdditionalExtensions(Extension ...$exts): self
Please login to merge, or discard this patch.
lib/X509/Certificate/TBSCertificate.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -383,6 +383,7 @@
 block discarded – undo
383 383
      * Get self with extensions added.
384 384
      *
385 385
      * @param Extension ...$exts One or more Extension objects
386
+     * @param Extension[] $exts
386 387
      * @return self
387 388
      */
388 389
     public function withAdditionalExtensions(Extension ...$exts): self
Please login to merge, or discard this patch.
lib/X509/CertificationPath/PathValidation/PathValidator.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -52,6 +52,7 @@
 block discarded – undo
52 52
      * @param PathValidationConfig $config Validation config
53 53
      * @param Certificate ...$certificates Certificates from the trust anchor to
54 54
      *        the end-entity certificate
55
+     * @param Certificate[] $certificates
55 56
      */
56 57
     public function __construct(Crypto $crypto, PathValidationConfig $config,
57 58
         Certificate ...$certificates)
Please login to merge, or discard this patch.