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 ( a5cd88...85bafa )
by Marco
02:37
created
contrib/mailClassifier/function.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -55,6 +55,10 @@
 block discarded – undo
55 55
 	return $head;
56 56
 }
57 57
 
58
+/**
59
+ * @param null|string $prob
60
+ * @param null|string $conf
61
+ */
58 62
 function dspamLevel($prob, $conf) {
59 63
 /* Calculate DSPAM Level as the Spamassassin Plugin */
60 64
 	if (is_null($prob) or is_null($conf)) return '-';
Please login to merge, or discard this patch.