From fe11696aa4d01ec907b48bf1f8e7386cf987b985 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 2 Jul 2015 12:29:59 -0700 Subject: [PATCH] Avoid postgres IDE error with doQuery() visibility Change-Id: I25061a5d72eaa5a455c65baf3023431b2d1628d6 --- includes/db/DatabasePostgres.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/db/DatabasePostgres.php b/includes/db/DatabasePostgres.php index 9ad76ab81b..56a5b2cf1f 100644 --- a/includes/db/DatabasePostgres.php +++ b/includes/db/DatabasePostgres.php @@ -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; -- 2.20.1