mirror of
https://github.com/predis/predis.git
synced 2026-09-03 22:36:44 +00:00
Fix return type of ReplicationInterface::getSlaves (#1111)
This commit is contained in:
@@ -47,7 +47,7 @@ interface ReplicationInterface extends AggregateConnectionInterface
|
||||
/**
|
||||
* Returns a list of connections to slave servers.
|
||||
*
|
||||
* @return NodeConnectionInterface
|
||||
* @return NodeConnectionInterface[]
|
||||
*/
|
||||
public function getSlaves();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user