Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ActiveRecordInterface::isChanged() method #400

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Tigrov
Copy link
Member

@Tigrov Tigrov commented Jan 30, 2025

Q A
Is bugfix?
New feature? ✔️
Breaks BC? ✔️
Fixed issues #10

Copy link

codecov bot commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.97%. Comparing base (b9d4f2a) to head (ae0ea10).

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #400      +/-   ##
============================================
+ Coverage     87.95%   87.97%   +0.01%     
- Complexity      570      571       +1     
============================================
  Files            16       16              
  Lines          1362     1364       +2     
============================================
+ Hits           1198     1200       +2     
  Misses          164      164              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vjik
Copy link
Member

vjik commented Jan 30, 2025

Just idea… Merge isChanged() and isPropertyChanged(string $name) to single isChanged(?string $name = null). WDYT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants