Test Failed
Pull Request — master (#53)
by
unknown
02:12
created
lib/Resque/Worker.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,8 @@
 block discarded – undo
18 18
 	private static $processPrefix = 'resque';
19 19
 
20 20
 	/**
21
-	* @var Psr\Log\LoggerInterface Logging object that impliments the PSR-3 LoggerInterface
22
-	*/
21
+	 * @var Psr\Log\LoggerInterface Logging object that impliments the PSR-3 LoggerInterface
22
+	 */
23 23
 	public $logger;
24 24
 
25 25
 	/**
Please login to merge, or discard this patch.
lib/Resque/Job/Status.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -195,11 +195,11 @@
 block discarded – undo
195 195
 	}
196 196
 
197 197
 	/**
198
-	* Fetch a value from the status packet for the job being monitored.
199
-	*
200
-	* @return mixed False if the status is not being monitored, otherwise the
201
-	*  requested value from the status packet.
202
-	*/
198
+	 * Fetch a value from the status packet for the job being monitored.
199
+	 *
200
+	 * @return mixed False if the status is not being monitored, otherwise the
201
+	 *  requested value from the status packet.
202
+	 */
203 203
 	protected function fetch($value = null)
204 204
 	{
205 205
 		if (!$this->isTracking()) {
Please login to merge, or discard this patch.