@@ -18,8 +18,8 @@ |
||
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 | /** |
@@ -195,11 +195,11 @@ |
||
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()) { |