bobdenotter / configuration-notices

💡 A small tool to point out common pitfalls for Bolt 4 configuration settings
MIT License
9 stars 4 forks source link

fix: Using ${var} in strings is deprecated #22

Closed Niellles closed 1 year ago

Niellles commented 1 year ago

Since PHP 8.2, PHP emits a deprecation notice on the following pattern that the dollar sign ($) is placed at the outside of the curly brace. This is now fixed.

bobdenotter commented 1 year ago

I missed this PR, apologies! Thanks, @Niellles 👍