EdgedesignCZ / phpqa

Analyze PHP code with one command

Home Page:https://edgedesigncz.github.io/phpqa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhP 7.3 compatibility

pesek opened this issue · comments

Hi,

recently our project switched to PhP7.3 and today we ran into some issues with our pipelines running phpqa. The problem is that the image uses PhP7.2 which does not support some syntax introduced in 7.3 (e.g. a trailing comma in a function call).

Because of this the parallel-lint task fails. Any suggestions for this problem? Is there a plan for upgrading to newer PhP version?

Thanks.

Custom docker image is solution, please see links in #199 (comment).