Completed
Push — master ( 490319...ed58e4 )
by Benjamin
28:39 queued 33s
created
Command/CronRunCommand.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -114,6 +114,10 @@
 block discarded – undo
114 114
         $job->setNextRun($newTime);
115 115
     }
116 116
 
117
+    /**
118
+     * @param CronJob $timeTaken
119
+     * @param string $resultCode
120
+     */
117 121
     protected function recordJobResult(CronJob $job, $timeTaken, $output, $resultCode)
118 122
     {
119 123
 
Please login to merge, or discard this patch.