We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To Reproduce Steps to reproduce the behavior:
Expected result Compilation should succeed without error
Actual result Compilation fails because some classes are not PHP7.4 compatible but composer.json states the module should be.
Workaround Update the 3 classes to be PHP7.4 compatible
The text was updated successfully, but these errors were encountered:
comfirmed starting version 1.14.0 fails to compile on PHP7.4
Sorry, something went wrong.
Hi @walter-smulders-diploc amd @bmelman,
Thank you for bringing this to our attention. We are aware of the issue and are currently developing a fix which will be included in the next release.
Kind regards, Joris - PostNL
Here is a patch if someone is interested in a quick fix:
removePHP80FunctionArgumentListTrailingCommas.zip
No branches or pull requests
To Reproduce
Steps to reproduce the behavior:
Expected result
Compilation should succeed without error
Actual result
Compilation fails because some classes are not PHP7.4 compatible but composer.json states the module should be.
Workaround
Update the 3 classes to be PHP7.4 compatible
The text was updated successfully, but these errors were encountered: