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

PHP 8.2 Depreciations #62

Closed kraftbj closed 1 year ago

kraftbj commented 1 year ago

PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in //phpcs-changed/PhpcsChanged/GitWorkflow.php on line 168 and other various instances

sirbrillig commented 1 year ago

Yikes. Those shouldn't be there. Thanks!