scrutinizer-ci / scrutinizer

Legacy repository - archives past feature requests/bug reports
https://scrutinizer-ci.com/docs
140 stars 36 forks source link

PHP7+ support #391

Closed theofidry closed 7 years ago

theofidry commented 7 years ago

Is there any plan to add a support for PHP7+ analysis? I believe the CI runs fine (I didn't check), but there is several doc warnings or PHP7+ specificities that scrutinizer doesn't seem to like.

schmittjoh commented 7 years ago

Could you maybe point to a project which shows the things that don't work?

In general, PHP7 support was added last year, PHP7.1 might not be fully supported yet. For some things you need to require PHP7 in your composer.json for the analysis to work properly though.

theofidry commented 7 years ago

Sorry for the late answer. Cool to know you expect the support for it, as I have a projects in PHP7/7.1, I'll open an issue for each problem encountered on that side as I see them