yiisoft / html

Handy library to generate HTML
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
55 stars 18 forks source link

Add rector [batch] #133

Closed xepozz closed 1 year ago

xepozz commented 2 years ago

Added rector/rector to CI and composer.json. Mass creation refers to https://github.com/yiisoft/yii-dev-tool/pull/232

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.90% // Head: 100.00% // Increases project coverage by +0.09% :tada:

Coverage data is based on head (ed9403a) compared to base (562038e). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #133 +/- ## ============================================= + Coverage 99.90% 100.00% +0.09% + Complexity 769 766 -3 ============================================= Files 83 83 Lines 2010 1988 -22 ============================================= - Hits 2008 1988 -20 + Misses 2 0 -2 ``` | [Impacted Files](https://codecov.io/gh/yiisoft/html/pull/133?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft) | Coverage Δ | | |---|---|---| | [src/Tag/Input.php](https://codecov.io/gh/yiisoft/html/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1RhZy9JbnB1dC5waHA=) | `100.00% <ø> (ø)` | | | [src/Tag/Script.php](https://codecov.io/gh/yiisoft/html/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1RhZy9TY3JpcHQucGhw) | `100.00% <ø> (ø)` | | | [src/Tag/Style.php](https://codecov.io/gh/yiisoft/html/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1RhZy9TdHlsZS5waHA=) | `100.00% <ø> (ø)` | | | [src/Widget/ButtonGroup.php](https://codecov.io/gh/yiisoft/html/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1dpZGdldC9CdXR0b25Hcm91cC5waHA=) | `100.00% <ø> (ø)` | | | [src/Widget/CheckboxList/CheckboxItem.php](https://codecov.io/gh/yiisoft/html/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1dpZGdldC9DaGVja2JveExpc3QvQ2hlY2tib3hJdGVtLnBocA==) | `100.00% <ø> (ø)` | | | [src/Widget/RadioList/RadioItem.php](https://codecov.io/gh/yiisoft/html/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1dpZGdldC9SYWRpb0xpc3QvUmFkaW9JdGVtLnBocA==) | `100.00% <ø> (ø)` | | | [src/Html.php](https://codecov.io/gh/yiisoft/html/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL0h0bWwucGhw) | `100.00% <100.00%> (+0.39%)` | :arrow_up: | | [src/NoEncode.php](https://codecov.io/gh/yiisoft/html/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL05vRW5jb2RlLnBocA==) | `100.00% <100.00%> (ø)` | | | [src/Tag/Base/ListTag.php](https://codecov.io/gh/yiisoft/html/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1RhZy9CYXNlL0xpc3RUYWcucGhw) | `100.00% <100.00%> (ø)` | | | [src/Tag/Base/MediaTag.php](https://codecov.io/gh/yiisoft/html/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1RhZy9CYXNlL01lZGlhVGFnLnBocA==) | `100.00% <100.00%> (ø)` | | | ... and [8 more](https://codecov.io/gh/yiisoft/html/pull/133/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft)

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