mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
Fix CS whitespaces
This commit is contained in:
parent
73b62e364a
commit
e4cfc541c9
@ -63,7 +63,7 @@ class Resque_Worker
|
|||||||
public function __construct($queues)
|
public function __construct($queues)
|
||||||
{
|
{
|
||||||
$this->logger = new Resque_Log();
|
$this->logger = new Resque_Log();
|
||||||
|
|
||||||
if(!is_array($queues)) {
|
if(!is_array($queues)) {
|
||||||
$queues = array($queues);
|
$queues = array($queues);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user