Merge "Avoid postgres IDE error with doQuery() visibility"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 11 Jul 2015 00:42:37 +0000 (00:42 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 11 Jul 2015 00:42:37 +0000 (00:42 +0000)
includes/db/DatabasePostgres.php

index 9ad76ab..56a5b2c 100644 (file)
@@ -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;