Completed
Pull Request — develop (#32)
by
unknown
07:18 queued 04:53
created
lib/ResqueScheduler/Worker.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -31,13 +31,13 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.