From 2308c3ced47ebecdfcb698332d837812f6942c59 Mon Sep 17 00:00:00 2001 From: Chris Boulton Date: Thu, 18 Sep 2014 23:26:59 +1000 Subject: [PATCH] update phpdoc --- lib/Resque/Job.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Resque/Job.php b/lib/Resque/Job.php index 1eb8fdb..344c6c1 100755 --- a/lib/Resque/Job.php +++ b/lib/Resque/Job.php @@ -47,6 +47,7 @@ class Resque_Job * @param string $class The name of the class that contains the code to execute the job. * @param array $args Any optional arguments that should be passed when the job is executed. * @param boolean $monitor Set to true to be able to monitor the status of a job. + * @param string $id Unique identifier for tracking the job. Generated if not supplied. * * @return string */