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.
Passed
Push — master ( f7ba31...da62d3 )
by Joni
02:58
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/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.
lib/X509/AttributeCertificate/Attribute/IetfAttrSyntax.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -40,6 +40,7 @@
 block discarded – undo
40 40
      * Constructor.
41 41
      * 
42 42
      * @param IetfAttrValue ...$values
43
+     * @param IetfAttrValue[] $values
43 44
      */
44 45
     public function __construct(IetfAttrValue ...$values)
45 46
     {
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
@@ -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.