SanderRonde / phpstan-vscode

PHPStan plugin for VSCode
https://marketplace.visualstudio.com/items?itemName=SanderRonde.phpstan-vscode
MIT License
40 stars 9 forks source link

Fix deprecated string interpolation #21

Closed priyadi closed 1 year ago

priyadi commented 1 year ago

Under PHP 8.2, the old syntax gives a deprecation warning. More information: https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated

SanderRonde commented 1 year ago

Looks good, thanks!