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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/classes/Dbal/DbiMysqli.php')
-rw-r--r--libraries/classes/Dbal/DbiMysqli.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/classes/Dbal/DbiMysqli.php b/libraries/classes/Dbal/DbiMysqli.php
index 1318a0b5b7..3196598fe8 100644
--- a/libraries/classes/Dbal/DbiMysqli.php
+++ b/libraries/classes/Dbal/DbiMysqli.php
@@ -2,8 +2,7 @@
/**
* Interface to the MySQL Improved extension (MySQLi)
*
- * @package PhpMyAdmin-DBI
- * @subpackage MySQLi
+ * @package PhpMyAdmin-DBI
*/
declare(strict_types=1);
@@ -19,8 +18,7 @@ use function mysqli_init;
/**
* Interface to the MySQL Improved extension (MySQLi)
*
- * @package PhpMyAdmin-DBI
- * @subpackage MySQLi
+ * @package PhpMyAdmin-DBI
*/
class DbiMysqli implements DbiExtension
{