Skip to content

Commit 18fd9dd

Browse files
author
Magento CICD
authored
Merge ab23fb9 into MAGETWO-59042-publication
2 parents 631523b + ab23fb9 commit 18fd9dd

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)