mirror of
https://github.com/predis/predis.git
synced 2026-09-17 05:47:05 +00:00
Explicitly return null value.
This commit is contained in:
@@ -347,7 +347,7 @@ class MultiExec implements BasicClientInterface, ExecutableContextInterface
|
||||
$this->discard();
|
||||
}
|
||||
|
||||
return;
|
||||
return null;
|
||||
}
|
||||
|
||||
$execResponse = $this->call('exec');
|
||||
|
||||
Reference in New Issue
Block a user