X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FPostgresInstaller.php;h=9e25f47e8e51a4a2997aaad869bbb3377dd445bb;hb=894b5da4df996d4fd64494a89194a5efa6471483;hp=780431a4bf9aaa9d944ee2f78b2bc37c2940c792;hpb=423a6f7367b5b068c48a64be167d67d9ebbe9e55;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/PostgresInstaller.php b/includes/installer/PostgresInstaller.php index 780431a4bf..9e25f47e8e 100644 --- a/includes/installer/PostgresInstaller.php +++ b/includes/installer/PostgresInstaller.php @@ -218,8 +218,7 @@ class PostgresInstaller extends DatabaseInstaller { * - create-tables: A connection with a role suitable for creating tables. * * @throws MWException - * @return Status object. On success, a connection object will be in the - * value member. + * @return Status On success, a connection object will be in the value member. */ protected function openPgConnection( $type ) { switch ( $type ) { @@ -414,7 +413,7 @@ class PostgresInstaller extends DatabaseInstaller { /** * Recursive helper for canCreateObjectsForWebUser(). - * @param $conn DatabaseBase object + * @param DatabaseBase $conn * @param int $targetMember Role ID of the member to look for * @param int $group Role ID of the group to look for * @param int $maxDepth Maximum recursive search depth