twigphp / Twig

Twig, the flexible, fast, and secure template language for PHP
https://twig.symfony.com/
BSD 3-Clause "New" or "Revised" License
8.18k stars 1.25k forks source link

Twig Documentation format_currency error #4220

Closed OrsonFun closed 2 months ago

OrsonFun commented 2 months ago

Please investigate the Symfony Documentation because this didnt work for me i had to change the ":" to "=" could be frustrating for searching the error.

From: {{ '1000000'|format_currency('EUR', locale: 'de') }}

To: {{ '1000000'|format_currency('EUR', locale= 'de') }}

xabbuh commented 2 months ago

this is related to #4209, starting with Twig 3.12 it will be possible to use colons for named arguments

fabpot commented 2 months ago

Sorry for that, I forgot that the docs are published right away, so here, before the release of the feature.