Completed
Push — develop ( 2ca68e...061c75 )
by Hennik
06:20 queued 04:16
created
lib/ResqueScheduler/Worker.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -36,13 +36,13 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.