update phpdoc

This commit is contained in:
Chris Boulton 2014-09-18 23:26:59 +10:00
parent e815c687f1
commit 2308c3ced4

View File

@ -47,6 +47,7 @@ class Resque_Job
* @param string $class The name of the class that contains the code to execute the 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 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 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 * @return string
*/ */