yiisoft / view

Yii view rendering library
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
56 stars 44 forks source link

Make fallback extension configurable #232

Closed rustamwin closed 1 year ago

rustamwin commented 1 year ago
Q A
Is bugfix? ✔️
New feature? ✔️
Breaks BC?
Fixed issues #227
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (d211ca6) 99.74% compared to head (c6a0271) 99.74%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #232 +/- ## ========================================= Coverage 99.74% 99.74% - Complexity 299 300 +1 ========================================= Files 18 18 Lines 791 792 +1 ========================================= + Hits 789 790 +1 Misses 2 2 ``` | [Impacted Files](https://app.codecov.io/gh/yiisoft/view/pull/232?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft) | Coverage Δ | | |---|---|---| | [src/ViewTrait.php](https://app.codecov.io/gh/yiisoft/view/pull/232?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1ZpZXdUcmFpdC5waHA=) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

what-the-diff[bot] commented 1 year ago

PR Summary

samdark commented 1 year ago

👍