Skip to content

Commit

Permalink
Extract an interface from DatabaseInterface class
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Dec 6, 2019
1 parent cd5306b commit 5e203f6
Show file tree
Hide file tree
Showing 2 changed files with 940 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/classes/DatabaseInterface.php
Expand Up @@ -10,6 +10,7 @@

use mysqli_result;
use PhpMyAdmin\Database\DatabaseList;
use PhpMyAdmin\Dbal\DbalInterface;
use PhpMyAdmin\Dbal\DbiExtension;
use PhpMyAdmin\Dbal\DbiMysqli;
use PhpMyAdmin\Html\Generator;
Expand All @@ -21,7 +22,7 @@
*
* @package PhpMyAdmin-DBI
*/
class DatabaseInterface
class DatabaseInterface implements DbalInterface
{
/**
* Force STORE_RESULT method, ignored by classic MySQL.
Expand Down

0 comments on commit 5e203f6

Please sign in to comment.