Closed withinboredom closed 12 months ago
Attention: 4 lines
in your changes are missing coverage. Please review.
Comparison is base (
b4d3c68
) 32.43% compared to head (9742bbf
) 32.52%.
Files | Patch % | Lines |
---|---|---|
src/Template/Parser/StreamingCompiler.php | 60.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When a parameter to
render()
is not lower cased, parameters aren't passed from attributes. A good example:would result in trying to call
render($redirectto) {}
instead ofrender($redirectTo) {}
.This actually opens up an obvious optimization, but that is out of scope here.