@@ -24,13 +24,13 @@ |
||
24 | 24 | protected $interval = 5; |
25 | 25 | |
26 | 26 | /** |
27 | - * The primary loop for a worker. |
|
28 | - * |
|
29 | - * Every $interval (seconds), the scheduled queue will be checked for jobs |
|
30 | - * that should be pushed to Resque. |
|
31 | - * |
|
32 | - * @param int $interval How often to check schedules. |
|
33 | - */ |
|
27 | + * The primary loop for a worker. |
|
28 | + * |
|
29 | + * Every $interval (seconds), the scheduled queue will be checked for jobs |
|
30 | + * that should be pushed to Resque. |
|
31 | + * |
|
32 | + * @param int $interval How often to check schedules. |
|
33 | + */ |
|
34 | 34 | public function work($interval = null) |
35 | 35 | { |
36 | 36 | if ($interval !== null) { |