mirror of
https://github.com/predis/predis.git
synced 2026-08-23 21:29:38 +00:00
Run php-cs-fixer with new configuration.
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ function redis_version($info)
|
||||
$single_server = array(
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 6379,
|
||||
'database' => 15
|
||||
'database' => 15,
|
||||
);
|
||||
|
||||
$multiple_servers = array(
|
||||
|
||||
Reference in New Issue
Block a user