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