Skip to content

Commit 28fa086

Browse files
author
Igor Melnikov
committed
MAGETWO-65521: Remove unserialize in \Magento\Framework\DB\Adapter\Pdo\Mysql
- fixing annotation
1 parent de24050 commit 28fa086

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
@@ -57,8 +57,8 @@ public function getConnection(DB\LoggerInterface $logger = null, SelectFactory $
5757
/**
5858
* Create and return database connection object instance
5959
*
60-
* @param DB\LoggerInterface $logger
61-
* @param SelectFactory $selectFactory
60+
* @param DB\LoggerInterface|null $logger
61+
* @param SelectFactory|null $selectFactory
6262
* @return \Magento\Framework\DB\Adapter\Pdo\Mysql
6363
*/
6464
protected function getDbConnectionInstance(DB\LoggerInterface $logger = null, SelectFactory $selectFactory = null)

0 commit comments

Comments
 (0)