You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twig forbids using a positional argument after a named argument. This check is done at compile time but twig:lint does not detect it, because it does not try to compile the AST, and so does not validate rules enforced by the compiler rather than the parser.