[ECP-9582] Remove union return type to fix compatibility issue on Magento 2.4.4 and 2.4.5#2859
[ECP-9582] Remove union return type to fix compatibility issue on Magento 2.4.4 and 2.4.5#2859candemiralp merged 2 commits intomainfrom
Conversation
|
|
@candemiralp Just FYI: We faced similar problems in the past on the union return type in |
|
Hello @aschrammel, Thank you for the heads-up! Do you get an issue while running Best Regards, |
|
Hi @candemiralp As said we received that error in the past on Not sure on which versions we've been, when it happened. Can give it a try, when I'm back if it still happens. |
|
Hello @aschrammel, Thank you for the explanation. I've tried compiling the generated files on Magento 2.4.4 and PHP 8.2 without being able to reproduce the issue. Please let us know if the issue is persistent on your end. Best Regards, |
|
Good morning @candemiralp, Sorry for the late reply. Seems to be fine on our end as well now. Best regards |



Description
We previously introduced a union return type to
DownloadApplePayDomainAssociationFileclass that broke the compatibility of the plugin with Magento 2.4.4 and 2.4.5, although it is supported with PHP 8. The union return type is now removed from this class.Tested scenarios
Fixes #2842