akeneo / magento2-connector-community

Akeneo Connector for Magento 2
Open Software License 3.0
83 stars 89 forks source link

PHP 8.2 support - Dynamic property deprecated #631

Open thaulow opened 1 year ago

thaulow commented 1 year ago
 - PHP 8.2 
 - Deprecated Functionality: Creation of dynamic property Akeneo\Connector\Console\Command\AkeneoConnectorImportCommand\Interceptor::$configHelper is deprecated in /var/www/luxushair_magento/vendor/akeneo/module-magento2-connector-community/Console/Command/AkeneoConnectorImportCommand.php on line 72

 - Use Akeneo connector with PHP 8.2
 - Expected to work. However does not work, since dynamic property is deprecated with PHP 8.2

Newest Akeneo connector, Magento 2.4.6, PHP 8.2

Steps to reproduce

Install Magento 2.6.4, PHP 8.2, and Akeneo connector. Magento upgrade will fail due to akeneo using dynamic property in /vendor/akeneo/module-magento2-connector-community/Console/Command/AkeneoConnectorImportCommand.php on line 72

pepijnblom commented 1 year ago

Added an MR here with the fix https://github.com/akeneo/magento2-connector-community/pull/634