yiisoft / classifier

Classifier traverses file system to find classes by a certain criteria.
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Allow variadic in methods #29

Closed rustamwin closed 1 year ago

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

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.11 :warning:

Comparison is base (629e507) 98.21% compared to head (d215a0e) 98.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #29 +/- ## ============================================ - Coverage 98.21% 98.11% -0.11% + Complexity 22 20 -2 ============================================ Files 1 1 Lines 56 53 -3 ============================================ - Hits 55 52 -3 Misses 1 1 ``` | [Impacted Files](https://codecov.io/gh/yiisoft/classifier/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft) | Coverage Δ | | |---|---|---| | [src/Classifier.php](https://codecov.io/gh/yiisoft/classifier/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL0NsYXNzaWZpZXIucGhw) | `98.11% <100.00%> (-0.11%)` | :arrow_down: | 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 in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.