mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
Global reformat
This commit is contained in:
parent
14c0e26559
commit
51fda513f4
11 changed files with 532 additions and 533 deletions
|
@ -239,8 +239,7 @@ class Resque_Redis
|
|||
foreach ($args[0] AS $i => $v) {
|
||||
$args[0][$i] = self::$defaultNamespace . $v;
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$args[0] = self::$defaultNamespace . $args[0];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue