We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i add this comma before the last ")" twig breaks and renders nothing. white page. twig php does support this comma.
{% set motifs = motifs|merge( [ {id: 'blabla'}, ], {# <==== this comma is the issue #} ) %}
The comma gets added because of a linting rule that i apparently can't disable. VincentLanglet/Twig-CS-Fixer#328
is there any chance of this to be supported ?
The text was updated successfully, but these errors were encountered:
There are some issues with multi-line arrays/maps that could also be causing this.
Sorry, something went wrong.
No branches or pull requests
when i add this comma before the last ")" twig breaks and renders nothing. white page.
twig php does support this comma.
The comma gets added because of a linting rule that i apparently can't disable.
VincentLanglet/Twig-CS-Fixer#328
is there any chance of this to be supported ?
The text was updated successfully, but these errors were encountered: