Passed
Pull Request — develop (#19)
by
unknown
03:33
created
lib/ResqueScheduler/Worker.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -24,13 +24,13 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.