AmpersandHQ / ampersand-magento2-upgrade-patch-helper

Helper script to aid upgrading magento 2 websites by detecting overrides. Now supports third party module detections
GNU Lesser General Public License v3.0
322 stars 39 forks source link

No support for typing constant parameters #121

Open herbatka8 opened 2 weeks ago

herbatka8 commented 2 weeks ago

It can't process constant parameter typing. I think it's related to php support in version 8.3 PHP Parse error: syntax error, unexpected identifier "TYPE_PARAM", expecting "=" in ....

convenient commented 2 weeks ago

hey @herbatka8 in https://github.com/AmpersandHQ/ampersand-magento2-upgrade-patch-helper/pull/122 the tests are currently passing for PHP 8.3 and 2.4.7-p3, so more information to reproduce this issue would be needed please.