rdbms: mark getServerConnection() as @internal

Bug: T255492
Change-Id: Id16e43b2e1ce4854b07a7fab335911891349a003
This commit is contained in:
Aaron Schulz 2021-10-18 11:50:28 -07:00
parent c20a33cade
commit 5546d10d91

View file

@ -349,6 +349,7 @@ interface ILoadBalancer {
* @param int $flags Bitfield of class CONN_* constants
* @return IDatabase|false This returns false on failure if CONN_SILENCE_ERRORS is set
* @throws DBError If no live handle could be obtained and CONN_SILENCE_ERRORS is not set
* @internal Only for use within ILoadBalancer/ILoadMonitor
*/
public function getServerConnection( $i, $domain, $flags = 0 );