use short array syntax

This commit is contained in:
Till Krüss
2023-01-17 13:48:22 -08:00
committed by Till Krüss
parent 31b65f614b
commit cc40219268
299 changed files with 3373 additions and 3373 deletions
+4 -4
View File
@@ -49,11 +49,11 @@ LUA;
}
}
$client = new Predis\Client($single_server, array(
'commands' => array(
$client = new Predis\Client($single_server, [
'commands' => [
'increxby' => 'IncrementExistingKeysBy',
),
));
],
]);
$client->mset('foo', 10, 'foobar', 100);