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 ( eb5c8e...f4ded9 )
by Joni
06:39
created
lib/X509/Certificate/Extension/PolicyMappings/PolicyMapping.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 	 * Constructor
33 33
 	 *
34 34
 	 * @param string $issuer_policy OID of the issuer policy
35
-	 * @param stirng $subject_policy OID of the subject policy
35
+	 * @param string $subject_policy OID of the subject policy
36 36
 	 */
37 37
 	public function __construct($issuer_policy, $subject_policy) {
38 38
 		$this->_issuerDomainPolicy = $issuer_policy;
Please login to merge, or discard this patch.