Skip to content

Commit 8e103ca

Browse files
jazzsequencepwtyler
authored andcommitted
Remove extra brace & fix spacing
1 parent d6f84d9 commit 8e103ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ public function build_client_parameters( $redis_server ) {
12611261
}
12621262
}
12631263

1264-
if ( strpos($redis_server['host'], 'unix:///') === 0 ) ) { // Unix socket connection.
1264+
if ( strpos( $redis_server['host'], 'unix:///' ) === 0 ) { // Unix socket connection.
12651265
// port must be null or socket won't connect.
12661266
$port = null;
12671267
}

0 commit comments

Comments
 (0)