Skip to content

Commit 9bdc441

Browse files
authored
Remove extra brace & fix spacing
1 parent 1a92dab commit 9bdc441

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
@@ -1256,7 +1256,7 @@ public function build_client_parameters( $redis_server ) {
12561256
}
12571257
}
12581258

1259-
if ( strpos($redis_server['host'], 'unix:///') === 0 ) ) { // Unix socket connection.
1259+
if ( strpos( $redis_server['host'], 'unix:///' ) === 0 ) { // Unix socket connection.
12601260
// port must be null or socket won't connect.
12611261
$port = null;
12621262
} else { // tcp connection.

0 commit comments

Comments
 (0)