Run php-cs-fixer with new configuration.

This commit is contained in:
Daniele Alessandri
2015-07-24 23:21:07 +02:00
parent 808693bfbd
commit 381e44b6e6
59 changed files with 92 additions and 88 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ $client = new Predis\Client($single_server, array(
$profile->defineCommand('increxby', 'IncrementExistingKeysBy');
return $profile;
}
},
));
$client->mset('foo', 10, 'foobar', 100);