-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Property declared dynamically, this is deprecated starting from PHP 8.2 #114
Comments
PR: #115 |
Hi team, we are in the process of migrating our Adobe Commerce Cloud application to PHP 8.2, and we have encountered several deprecation warnings related to the Bazaarvoice module: https://commercemarketplace.adobe.com/bazaarvoice-bazaarvoice-magento2-ext.html#product.info.details.release_notes "name": "bazaarvoice/bazaarvoice-magento2-ext", We would like your assistance in confirming whether your development team is also observing these deprecation warnings. If our findings are accurate, the module may not be fully compatible with PHP 8.2 due to the following issues: Property seo_url: This property is not explicitly declared. Properties start_time and response_time: These properties are not explicitly declared in the class. Class: vendor/bazaarvoice/bazaarvoice-magento2-ext/Model/BVSEOSDK/BV.php Property questions: Declared dynamically but not explicitly declared. |
magento2-extension/Setup/Patch/Data/UpgradeBvDataAtttribute.php
Line 76 in 2ac974b
The text was updated successfully, but these errors were encountered: