From: Aaron Schulz Date: Thu, 2 Jul 2015 19:29:59 +0000 (-0700) Subject: Avoid postgres IDE error with doQuery() visibility X-Git-Tag: 1.31.0-rc.0~10810^2 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=fe11696aa4d01ec907b48bf1f8e7386cf987b985;p=lhc%2Fweb%2Fwiklou.git Avoid postgres IDE error with doQuery() visibility Change-Id: I25061a5d72eaa5a455c65baf3023431b2d1628d6 --- 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;