Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ADONewConnection.php « classes « src - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30a2095d83e8de89412f899d6697ae763009661a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php

/**
 * PHPPgAdmin v6.0.0-RC4
 */

namespace PHPPgAdmin;

/**
 * @file
 * Extends ADONewConnection to let correct inference on PHPDoc params
 *
 * @package PHPPgAdmin
 */

/**
 * Extends ADONewConnection to let correct inference on PHPDoc params.
 *
 * @package PHPPgAdmin
 */
class ADONewConnection extends \ADONewConnection
{
}