Skip to content
New issue

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

Fix strict_variables issues #674

Merged
merged 2 commits into from
Nov 1, 2019
Merged

Fix strict_variables issues #674

merged 2 commits into from
Nov 1, 2019

Commits on Oct 29, 2019

  1. Fixes strictVariables errors

    Example of new errors:
    - 'Variable "foo" does not exist.'
    - 'Key "key" for object with keys "a, b, c" does not exist.'
    - 'Key "key" does not exist as the object is empty.'
    - 'Key "10" for array with keys "0, 1, 2" does not exist.'
    - 'Key "10" does not exist as the array is empty.'
    toptalo committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    aa51c58 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. renames strictVariables back to strict_variables in Twig initiali…

    …zation parameters to maintain backward compatibility
    toptalo committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    8d04b00 View commit details
    Browse the repository at this point in the history