-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Refactor delete...()
methods
#284
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #284 +/- ##
============================================
+ Coverage 87.79% 88.63% +0.83%
+ Complexity 580 575 -5
============================================
Files 7 7
Lines 1311 1302 -9
============================================
+ Hits 1151 1154 +3
+ Misses 160 148 -12 ☔ View full report in Codecov by Sentry. |
PR Summary
Please note that while some changes might come off as minor, they contribute significantly to the overall performance and reliability of the application. |
# Conflicts: # src/ActiveRecord.php # src/BaseActiveRecord.php
false
return type inActiveRecordInterface::delelte()
methodActiveRecord::deleteInternal()
toBaseActiveRecord::deleteInternal()