Skip to content

Commit 2308c3c

Browse files
committed
update phpdoc
1 parent e815c68 commit 2308c3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Resque/Job.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public function __construct($queue, $payload)
4747
* @param string $class The name of the class that contains the code to execute the job.
4848
* @param array $args Any optional arguments that should be passed when the job is executed.
4949
* @param boolean $monitor Set to true to be able to monitor the status of a job.
50+
* @param string $id Unique identifier for tracking the job. Generated if not supplied.
5051
*
5152
* @return string
5253
*/

0 commit comments

Comments
 (0)