We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1e7da3 + ab23fb9 commit 8ddb1c9Copy full SHA for 8ddb1c9
lib/internal/Magento/Framework/Model/ResourceModel/Type/Db/Pdo/Mysql.php
@@ -5,15 +5,15 @@
5
*/
6
namespace Magento\Framework\Model\ResourceModel\Type\Db\Pdo;
7
8
-// @codingStandardsIgnoreFile
9
-
10
use Magento\Framework\App\ResourceConnection\ConnectionAdapterInterface;
11
use Magento\Framework\DB;
12
use Magento\Framework\App\ObjectManager;
13
use Magento\Framework\DB\Adapter\Pdo\MysqlFactory;
14
use Magento\Framework\DB\SelectFactory;
15
+// @codingStandardsIgnoreStart
16
class Mysql extends \Magento\Framework\Model\ResourceModel\Type\Db implements ConnectionAdapterInterface
+// @codingStandardsIgnoreEnd
17
{
18
/**
19
* @var array
0 commit comments