mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
Removed unused argument for constructor of SafeExecutor and SafeClusterExecutor
This commit is contained in:
@@ -185,8 +185,8 @@ class Client {
|
||||
$connection = $this->_connection;
|
||||
$pipeline = new PipelineContext($this,
|
||||
Helpers::isCluster($connection)
|
||||
? new Pipeline\SafeClusterExecutor($connection)
|
||||
: new Pipeline\SafeExecutor($connection)
|
||||
? new Pipeline\SafeClusterExecutor()
|
||||
: new Pipeline\SafeExecutor()
|
||||
);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user