Avoid postgres IDE error with doQuery() visibility
Change-Id: I25061a5d72eaa5a455c65baf3023431b2d1628d6
This commit is contained in:
parent
0f87becd68
commit
fe11696aa4
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ class PostgresTransactionState {
|
|||
* @since 1.19
|
||||
*/
|
||||
class SavepointPostgres {
|
||||
/** @var DatabaseBase Establish a savepoint within a transaction */
|
||||
/** @var DatabasePostgres Establish a savepoint within a transaction */
|
||||
protected $dbw;
|
||||
protected $id;
|
||||
protected $didbegin;
|
||||
|
|
|
|||
Loading…
Reference in a new issue