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

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/ADONewConnection.php')
-rw-r--r--src/Core/ADONewConnection.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/Core/ADONewConnection.php b/src/Core/ADONewConnection.php
new file mode 100644
index 00000000..81e79afb
--- /dev/null
+++ b/src/Core/ADONewConnection.php
@@ -0,0 +1,16 @@
+\ADODB_postgres7?php
+
+/**
+ * PHPPgAdmin6
+ */
+
+namespace PHPPgAdmin\Core;
+
+use ADODB_postgres9;
+
+/**
+ * Extends \ADODB_postgres9 to let correct inference on PHPDoc params.
+ */
+class ADONewConnection extends ADODB_postgres9
+{
+}