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 ( cafc8c...f882cd )
by Joni
04:19
created
lib/X509/CertificationPath/PathValidation/PathValidator.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -50,6 +50,7 @@
 block discarded – undo
50 50
 	 * @param Crypto $crypto
51 51
 	 * @param PathValidationConfig $config
52 52
 	 * @param Certificate ...$certificates
53
+	 * @param Certificate[] $certificates
53 54
 	 */
54 55
 	public function __construct(Crypto $crypto, PathValidationConfig $config, 
55 56
 			Certificate ...$certificates) {
Please login to merge, or discard this patch.
lib/X509/CertificationRequest/CertificationRequestInfo.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,6 @@
 block discarded – undo
197 197
 	 *
198 198
 	 * @param Crypto $crypto Crypto engine
199 199
 	 * @param SignatureAlgorithmIdentifier $algo Algorithm used for signing
200
-	 * @param PrivateKey $private_key Private key used for signing
201 200
 	 * @return CertificationRequest
202 201
 	 */
203 202
 	public function sign(Crypto $crypto, SignatureAlgorithmIdentifier $algo, 
Please login to merge, or discard this patch.
lib/X509/GeneralName/GeneralNames.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -28,6 +28,7 @@
 block discarded – undo
28 28
 	 * Constructor
29 29
 	 *
30 30
 	 * @param GeneralName ...$names One or more GeneralName objects
31
+	 * @param GeneralName[] $names
31 32
 	 */
32 33
 	public function __construct(GeneralName ...$names) {
33 34
 		$this->_names = $names;
Please login to merge, or discard this patch.