You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When running the Magento setup or DI compile command, the following error occurs due to specifying return types that were not added in the Interface of the class:
Expected Result:
The command should execute without errors.
Actual Result:
The command fails with the error mentioned above.
Additional Information:
Magento version: Adobe Commerce ver. 2.4.5-p8
PHP version: 8.1.27
Possible Solution:
Remove the return types from the methods in the class. File: vendor/tweakwise/magento2-tweakwise/Controller/Ajax/FacetAttributes.php
The text was updated successfully, but these errors were encountered:
Description:
When running the Magento setup or DI compile command, the following error occurs due to specifying return types that were not added in the Interface of the class:
Steps to Reproduce:
Expected Result:
The command should execute without errors.
Actual Result:
The command fails with the error mentioned above.
Additional Information:
Possible Solution:
Remove the return types from the methods in the class. File: vendor/tweakwise/magento2-tweakwise/Controller/Ajax/FacetAttributes.php
The text was updated successfully, but these errors were encountered: