yiisoft / active-record

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

Protect private properties #338

Closed Tigrov closed 1 month ago

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

Codecov Report

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

Project coverage is 87.36%. Comparing base (c5a5081) to head (6283133).

:exclamation: Current head 6283133 differs from pull request most recent head afadc6b

Please upload reports for the commit afadc6b to get more accurate results.

Files Patch % Lines
src/AbstractActiveRecord.php 56.75% 16 Missing :warning:
src/BaseActiveRecord.php 66.66% 4 Missing :warning:
src/Trait/MagicPropertiesTrait.php 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #338 +/- ## ============================================ - Coverage 87.41% 87.36% -0.05% - Complexity 603 604 +1 ============================================ Files 13 13 Lines 1390 1393 +3 ============================================ + Hits 1215 1217 +2 - Misses 175 176 +1 ```

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