@@ -36,13 +36,13 @@ |
||
36 | 36 | private $paused = false; |
37 | 37 | |
38 | 38 | /** |
39 | - * The primary loop for a worker. |
|
40 | - * |
|
41 | - * Every $interval (seconds), the scheduled queue will be checked for jobs |
|
42 | - * that should be pushed to Resque. |
|
43 | - * |
|
44 | - * @param int $interval How often to check schedules. |
|
45 | - */ |
|
39 | + * The primary loop for a worker. |
|
40 | + * |
|
41 | + * Every $interval (seconds), the scheduled queue will be checked for jobs |
|
42 | + * that should be pushed to Resque. |
|
43 | + * |
|
44 | + * @param int $interval How often to check schedules. |
|
45 | + */ |
|
46 | 46 | public function work($interval = null) |
47 | 47 | { |
48 | 48 | if ($interval !== null) { |