rdbms: mark trxStatus() as @internal and cleanup the comments

Change-Id: I4cd682cf5df59b092e5985220d31cee3bb94d38a
This commit is contained in:
Aaron Schulz 2022-03-17 18:28:30 -07:00 committed by Krinkle
parent 38344d9a07
commit aca6f1979c

View file

@ -546,8 +546,11 @@ abstract class Database implements IDatabase, IMaintainableDatabase, LoggerAware
}
/**
* @return int One of the STATUS_TRX_* class constants
* Get the status of the current transaction
*
* @return int One of the TransactionManager::STATUS_TRX_* class constants
* @since 1.31
* @internal This method should not be used outside of Database/LoadBalancer
*/
public function trxStatus() {
return $this->transactionManager->trxStatus();