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

Makes the TemplateBoxNode yield ready #412

Merged
merged 2 commits into from
Sep 9, 2024

Commits on Sep 6, 2024

  1. Makes the TemplateBoxNode yield ready

     Twig 3.9 introduces a new "yield" mode in which all Node implementations should be flagged with `#[YieldReady]` once they've been made ready for "yield". See the changelog of twig.
    JanStorm committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    35ddf6d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Fixes newest php-cs-fixer linting issues

    php-cs-fixer changed their ruleset and therefore new linting issues occurred
    JanStorm committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3ec7869 View commit details
    Browse the repository at this point in the history