yiisoft / validator

Yii validator library
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
110 stars 36 forks source link

Disable asterisk char escaping + Add `$escape` parameter to several methods of `Result` #612

Closed vjik closed 1 year ago

vjik commented 1 year ago
Q A
Is bugfix? ✔️
New feature? ✔️
Breaks BC?
Fixed issues #610
what-the-diff[bot] commented 1 year ago

PR Summary

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 :tada:

Comparison is base (ebf6636) 94.29% compared to head (534faea) 94.30%.

:exclamation: Current head 534faea differs from pull request most recent head 32f9168. Consider uploading reports for the commit 32f9168 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #612 +/- ## ============================================ + Coverage 94.29% 94.30% +0.01% - Complexity 746 749 +3 ============================================ Files 88 88 Lines 2277 2281 +4 ============================================ + Hits 2147 2151 +4 Misses 130 130 ``` | [Impacted Files](https://app.codecov.io/gh/yiisoft/validator/pull/612?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft) | Coverage Δ | | |---|---|---| | [src/Rule/Nested.php](https://app.codecov.io/gh/yiisoft/validator/pull/612?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1J1bGUvTmVzdGVkLnBocA==) | `80.71% <ø> (ø)` | | | [src/Error.php](https://app.codecov.io/gh/yiisoft/validator/pull/612?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL0Vycm9yLnBocA==) | `100.00% <100.00%> (ø)` | | | [src/Result.php](https://app.codecov.io/gh/yiisoft/validator/pull/612?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1Jlc3VsdC5waHA=) | `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.