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
When executiing bin/magento akeneo_connector:import --code={anycode_here} there is an error
Parse error: syntax error, unexpected ')', expecting '|' or variable (T_VARIABLE) in /path/to/magento/vendor/akeneo/module-magento2-connector-community/Job/Attribute.php on line 566
Having the same issue when trying to run bin/magento setup:di:compile. PHP versions prior to 8.0 will raise a fatal error with the new syntax: } catch (Exception) {}
When executiing
bin/magento akeneo_connector:import --code={anycode_here}
there is an errorParse error: syntax error, unexpected ')', expecting '|' or variable (T_VARIABLE) in /path/to/magento/vendor/akeneo/module-magento2-connector-community/Job/Attribute.php on line 566
Environment and configuration
PHP version: 7.4
Magento version: 2.3.7-p2
module version: 103.4.3
Steps to reproduce
bin/magento akeneo_connector:import --code={anycode_here}
Expected result
Import runs correctly
Actual result
parse error occurs
The text was updated successfully, but these errors were encountered: