Skip to content

Commit 7eca229

Browse files
authored
Merge pull request #1 from magento-gl/AC-9335
Fixed PHP 8.2 deprecation warning: 'creation of dynamic property'.
2 parents 200786c + 18a827f commit 7eca229

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/Zend/Loader/Autoloader/Resource.php

+5
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ class Zend_Loader_Autoloader_Resource implements Zend_Loader_Autoloader_Interfac
5959
*/
6060
protected $_resourceTypes = array();
6161

62+
/**
63+
* @var array
64+
*/
65+
protected $_resources = array();
66+
6267
/**
6368
* Constructor
6469
*

0 commit comments

Comments
 (0)