Completed
Push — master ( dbe77a...2d7ff1 )
by Carey
05:12
created
code/DevTaskRunnerCronTask.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
13 13
 {
14 14
     private static $schedule = '*/2 * * * *';
15 15
 
16
+    /**
17
+     * @return string
18
+     */
16 19
     public function getSchedule()
17 20
     {
18 21
         return Config::inst()->get('DevTaskRunnerCronTask', 'schedule');
Please login to merge, or discard this patch.