Avoid postgres IDE error with doQuery() visibility
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 2 Jul 2015 19:29:59 +0000 (12:29 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 2 Jul 2015 19:29:56 +0000 (19:29 +0000)
Change-Id: I25061a5d72eaa5a455c65baf3023431b2d1628d6

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;