Closed titouanmathis closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.61%. Comparing base (
9e73108
) to head (b094d09
).:exclamation: Current head b094d09 differs from pull request most recent head 17f3f84. Consider uploading reports for the commit 17f3f84 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The new yield mode for output generation introduced in Twig 3.9.0 breaks our custom
html_element
tag.This PR fixes this bug by using the new
NodeCapture
class if it exists to get the body of the tag.