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 ( 5f38b4...b940c2 )
by Joni
05:20
created
lib/X509/Certificate/CertificateBundle.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -29,6 +29,7 @@  discard block
 block discarded – undo
29 29
 	 * Constructor.
30 30
 	 *
31 31
 	 * @param Certificate ...$certs Certificate objects
32
+	 * @param Certificate[] $certs
32 33
 	 */
33 34
 	public function __construct(Certificate ...$certs) {
34 35
 		$this->_certs = $certs;
@@ -45,6 +46,7 @@  discard block
 block discarded – undo
45 46
 	 * Initialize from PEMs.
46 47
 	 *
47 48
 	 * @param PEM ...$pems PEM objects
49
+	 * @param PEM[] $pems
48 50
 	 * @return self
49 51
 	 */
50 52
 	public static function fromPEMs(PEM ...$pems) {
@@ -69,6 +71,7 @@  discard block
 block discarded – undo
69 71
 	 * Get self with certificates added.
70 72
 	 *
71 73
 	 * @param Certificate ...$cert
74
+	 * @param Certificate[] $cert
72 75
 	 * @return self
73 76
 	 */
74 77
 	public function withCertificates(Certificate ...$cert) {
Please login to merge, or discard this patch.