Skip to content

Instantly share code, notes, and snippets.

@janit
Created January 25, 2017 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janit/cf1bf9f9285a2f92c1444a5902ccfc4a to your computer and use it in GitHub Desktop.
Save janit/cf1bf9f9285a2f92c1444a5902ccfc4a to your computer and use it in GitHub Desktop.
Sample Twig calls for PhpStorm indenting example
{{ render_esi(
controller(
"Foo:Default:bar",
{
'bar': foo,
}
)
) }}
{{ foo(
bar(
'baz': bay
)
) }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment