mirror of
https://github.com/predis/predis.git
synced 2026-08-26 19:49:53 +00:00
More code styling changes.
This commit is contained in:
@@ -33,7 +33,7 @@ function zpop($client, $key)
|
||||
// which the client bails out with an exception.
|
||||
);
|
||||
|
||||
$client->multiExec($options, function($tx) use ($key, &$element) {
|
||||
$client->multiExec($options, function ($tx) use ($key, &$element) {
|
||||
@list($element) = $tx->zrange($key, 0, 0);
|
||||
|
||||
if (isset($element)) {
|
||||
|
||||
Reference in New Issue
Block a user