sirbrillig / phpcs-changed

🐘 Run phpcs on files and only report new warnings/errors compared to the previous version.
MIT License
31 stars 11 forks source link

Replace JS-style var interpolation with PHP-style #63

Closed sirbrillig closed 1 year ago

sirbrillig commented 1 year ago

This replaces the JS-style variable interpolation ${var} with PHP-style {$var} since the former is deprecated.

Fixes https://github.com/sirbrillig/phpcs-changed/issues/62

kraftbj commented 1 year ago

Thanks for the quick turnaround! I opened the issue thinking I'd come back this afternoon to PR it, but 💥 .