wanze / TemplateEngineTwig

A ProcessWire module adding Twig templates to the TemplateEngineFactory.
MIT License
12 stars 11 forks source link

Fix deprecation warnings for PHP 8.2 #26

Closed hiboudev closed 1 year ago

hiboudev commented 1 year ago

Warning in PW admin when installing module in PHP 8.1:

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in site\modules\TemplateEngineTwig\src\TemplateEngineTwig.php on line 128

wanze commented 1 year ago

Hi @hiboudev Thanks for the info, I think you mean PHP 8.2. Could you send a pull request?

hiboudev commented 1 year ago

Yes it's 8.2. Pull request created: https://github.com/wanze/TemplateEngineTwig/pull/29

wanze commented 1 year ago

Thanks, merged and will create a new release.