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 ( 7f78e2...8137fc )
by
unknown
01:34
created
code/tasks/EmailReminder_DailyMailOut.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -114,6 +114,9 @@
 block discarded – undo
114 114
     }
115 115
 
116 116
 
117
+    /**
118
+     * @param boolean $isTestOnly
119
+     */
117 120
     protected function sendEmail($reminder, $recordOrEmail, $isTestOnly)
118 121
     {
119 122
         $filter = array(
Please login to merge, or discard this patch.