yiisoft / active-record

Active Record database abstraction layer
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
68 stars 28 forks source link

Refactor - rename `getObjectVars()` to `getAttributesInternal()` #347

Closed Tigrov closed 4 months ago

Tigrov commented 4 months ago
Q A
Is bugfix? ✔️/❌
New feature?
Breaks BC?
Fixed issues #308
codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 90.90909% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 88.10%. Comparing base (1564264) to head (cb518db).

Files Patch % Lines
src/AbstractActiveRecord.php 85.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #347 +/- ## ============================================ + Coverage 87.16% 88.10% +0.93% + Complexity 607 599 -8 ============================================ Files 13 13 Lines 1395 1379 -16 ============================================ - Hits 1216 1215 -1 + Misses 179 164 -15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.