Skip to content

Commit 475addb

Browse files
authored
Merge pull request #1 from magento-gl/AC-9335
Fixed PHP 8.2 deprecation warnings: 'creation of dynamic property'.
2 parents def36bc + 7d8a881 commit 475addb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/Zend/Db/Adapter/Pdo/Abstract.php

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
*/
4545
abstract class Zend_Db_Adapter_Pdo_Abstract extends Zend_Db_Adapter_Abstract
4646
{
47+
/**
48+
* @var string
49+
*/
50+
protected $_pdoType = '';
4751

4852
/**
4953
* Default class name for a DB statement.

0 commit comments

Comments
 (0)