Skip to content

Commit 62ed620

Browse files
author
Iskandar Najmuddin
committed
Put 'else' keyword on new line in keeping with project conventions
1 parent d1d2b3b commit 62ed620

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Resque/Redis.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ public function __construct($server, $database = null)
120120
if (is_array($this->server)) {
121121
$this->driver = new Credis_Cluster($server);
122122

123-
} else {
123+
}
124+
else {
124125

125126
list($host, $port, $dsnDatabase, $user, $password, $options) = $this->parseDsn($server);
126127
// $user is not used, only $password

0 commit comments

Comments
 (0)