Completed
Push — master ( 9da2e0...451295 )
by Nicolaas
01:47
created
code/interfaces/EmailReminder_MailOutInterface.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,8 +6,14 @@  discard block
 block discarded – undo
6 6
 
7 7
 
8 8
 
9
+    /**
10
+     * @return void
11
+     */
9 12
     public function setVerbose($b);
10 13
 
14
+    /**
15
+     * @return void
16
+     */
11 17
     public function setTestOnly($b);
12 18
 
13 19
     /**
@@ -26,7 +32,7 @@  discard block
 block discarded – undo
26 32
      * max current date - 7 - grace days
27 33
      *
28 34
      * @param  [type] $request [description]
29
-     * @return [type]          [description]
35
+     * @return void          [description]
30 36
      */
31 37
     public function run($request);
32 38
 
Please login to merge, or discard this patch.