mirror of
https://github.com/predis/predis.git
synced 2026-08-22 13:32:20 +00:00
Run php-cs-fixer with new configuration.
This commit is contained in:
@@ -55,7 +55,7 @@ $client = new Predis\Client($single_server, array(
|
||||
$profile->defineCommand('increxby', 'IncrementExistingKeysBy');
|
||||
|
||||
return $profile;
|
||||
}
|
||||
},
|
||||
));
|
||||
|
||||
$client->mset('foo', 10, 'foobar', 100);
|
||||
|
||||
Reference in New Issue
Block a user