X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fdao%2FDBAccessBase.php;h=3909faa7105985749b5681845b770418ca43aa71;hb=1bd2974bbe8f972681717fbaa553d9099efa2f46;hp=a9f7b7f39e3a12186b60cce465cd198590e64a82;hpb=b8a720c5e6322de4311024d0769be9996b699edb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/dao/DBAccessBase.php b/includes/dao/DBAccessBase.php index a9f7b7f39e..3909faa710 100644 --- a/includes/dao/DBAccessBase.php +++ b/includes/dao/DBAccessBase.php @@ -2,7 +2,7 @@ /** * Base class for objects that allow access to other wiki's databases using - * the foreign database access mechanism implemented by LBFactory_multi. + * the foreign database access mechanism implemented by LBFactoryMulti. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ */ abstract class DBAccessBase implements IDBAccessObject { /** - * @var String|bool $wiki The target wiki's name. This must be an ID + * @var string|bool $wiki The target wiki's name. This must be an ID * that LBFactory can understand. */ protected $wiki = false; @@ -68,7 +68,7 @@ abstract class DBAccessBase implements IDBAccessObject { * * @since 1.21 * - * @param DatabaseBase $db the database connection to release. + * @param DatabaseBase $db The database connection to release. */ protected function releaseConnection( DatabaseBase $db ) { if ( $this->wiki !== false ) {