jfx/ci-report

View on GitHub
config/packages/twig.yaml

Summary

Maintainability
Test Coverage
twig:
    paths: ['%kernel.project_dir%/templates']
    debug: '%kernel.debug%'
    strict_variables: '%kernel.debug%'
    globals:
        build: '%app.build%'
        web_host: '%env(WEB_HOST)%'