Skip to content

Commit 8ddb1c9

Browse files
authored
Magento Auto Sync Merge from: magento / magento2ce / develop
2 parents e1e7da3 + ab23fb9 commit 8ddb1c9

File tree

1 file changed

+2
-2
lines changed
  • lib/internal/Magento/Framework/Model/ResourceModel/Type/Db/Pdo

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Model/ResourceModel/Type/Db/Pdo/Mysql.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
*/
66
namespace Magento\Framework\Model\ResourceModel\Type\Db\Pdo;
77

8-
// @codingStandardsIgnoreFile
9-
108
use Magento\Framework\App\ResourceConnection\ConnectionAdapterInterface;
119
use Magento\Framework\DB;
1210
use Magento\Framework\App\ObjectManager;
1311
use Magento\Framework\DB\Adapter\Pdo\MysqlFactory;
1412
use Magento\Framework\DB\SelectFactory;
1513

14+
// @codingStandardsIgnoreStart
1615
class Mysql extends \Magento\Framework\Model\ResourceModel\Type\Db implements ConnectionAdapterInterface
16+
// @codingStandardsIgnoreEnd
1717
{
1818
/**
1919
* @var array

0 commit comments

Comments
 (0)