Fix return type of ReplicationInterface::getSlaves (#1111)

This commit is contained in:
Stephan
2023-02-08 15:26:27 +00:00
committed by GitHub
parent 29350952d0
commit 8a5ced5251
@@ -47,7 +47,7 @@ interface ReplicationInterface extends AggregateConnectionInterface
/**
* Returns a list of connections to slave servers.
*
* @return NodeConnectionInterface
* @return NodeConnectionInterface[]
*/
public function getSlaves();
}