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 ( 8137fc...216269 )
by Nicolaas
05:54
created
code/interfaces/EmailReminder_MailOutInterface.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,14 @@  discard block
 block discarded – undo
3 3
 
4 4
 interface EmailReminder_MailOutInterface
5 5
 {
6
+    /**
7
+     * @return void
8
+     */
6 9
     public function setVerbose($b);
7 10
 
11
+    /**
12
+     * @return void
13
+     */
8 14
     public function setTestOnly($b);
9 15
 
10 16
     /**
@@ -23,7 +29,7 @@  discard block
 block discarded – undo
23 29
      * max current date - 7 - grace days
24 30
      *
25 31
      * @param  [type] $request [description]
26
-     * @return [type]          [description]
32
+     * @return void          [description]
27 33
      */
28 34
     public function run($request);
29 35
 
Please login to merge, or discard this patch.