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