Skip to content

Commit

Permalink
Merge pull request #971 from magento-jackalopes/MAGETWO-66788-l4-fails
Browse files Browse the repository at this point in the history
MAGETWO-66788: L4 build fails
  • Loading branch information
paliarush authored Mar 27, 2017
2 parents 30ceb4c + 41af8b4 commit ab23fb9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
*/
namespace Magento\Framework\Model\ResourceModel\Type\Db\Pdo;

// @codingStandardsIgnoreFile

use Magento\Framework\App\ResourceConnection\ConnectionAdapterInterface;
use Magento\Framework\DB;
use Magento\Framework\App\ObjectManager;
use Magento\Framework\DB\Adapter\Pdo\MysqlFactory;
use Magento\Framework\DB\SelectFactory;

// @codingStandardsIgnoreStart
class Mysql extends \Magento\Framework\Model\ResourceModel\Type\Db implements ConnectionAdapterInterface
// @codingStandardsIgnoreEnd
{
/**
* @var array
Expand Down

0 comments on commit ab23fb9

Please sign in to comment.