mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-21 16:01:53 +00:00
Put 'else' keyword on new line in keeping with project conventions
This commit is contained in:
parent
d1d2b3b354
commit
62ed620083
@ -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…
Reference in New Issue
Block a user