mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 08:15:14 +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)) {
|
if (is_array($this->server)) {
|
||||||
$this->driver = new Credis_Cluster($server);
|
$this->driver = new Credis_Cluster($server);
|
||||||
|
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
|
|
||||||
list($host, $port, $dsnDatabase, $user, $password, $options) = $this->parseDsn($server);
|
list($host, $port, $dsnDatabase, $user, $password, $options) = $this->parseDsn($server);
|
||||||
// $user is not used, only $password
|
// $user is not used, only $password
|
||||||
|
Loading…
Reference in New Issue
Block a user