mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Put 'else' keyword on new line in keeping with project conventions
This commit is contained in:
parent
d1d2b3b354
commit
62ed620083
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ class Resque_Redis
|
|||
if (is_array($this->server)) {
|
||||
$this->driver = new Credis_Cluster($server);
|
||||
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
|
||||
list($host, $port, $dsnDatabase, $user, $password, $options) = $this->parseDsn($server);
|
||||
// $user is not used, only $password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue