Hey! First I want to thank you one more time for your amazing extension.

I have found these issues in the last days:

1 - syntax error are being shown in the problems tab for PHP 8.1 readonly + type-hinted param when using constructor property promotion:

2 - Formatter is removing spaces for variadic arguments:
Before format:

After format:

Thank you one more time!

Regards,
Erick

    I use PHP inside docker containers, so I do not have PHP installed. Do I need to have PHP installed in my host machine?

      After forcing the version to 8.2 through the php.version setting, the issue "1" is gone. Thanks for pointing that out!

        Erick good! PHP is not required, just the version must match.

        If you'd have php installed, the editor would extract the version information from it automatically.

        Note, I think 8.2 is the default, maybe it was set previously to 8.0 somewhere?

        I'm glad the first issue is solved. We'll try to fix the second one!

          Yes, it was. I don't recall when neither why I have set it. But it was indeed set to 8.0.

            17 days later

            The second one is solved in the upcoming pre-release.

            Thanks

              Write a Reply...