mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Fix CS whitespaces
This commit is contained in:
parent
73b62e364a
commit
e4cfc541c9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue