Closed Bilge closed 6 years ago
Merging #52 into 4.0 will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## 4.0 #52 +/- ##
===================================
Coverage 100% 100%
===================================
Files 29 29
Lines 352 355 +3
===================================
+ Hits 352 355 +3
Impacted Files | Coverage Δ | |
---|---|---|
src/Collection/RecordCollection.php | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 821d2bd...23930ab. Read the comment docs.
Instead of just proclaiming it in the documentation,
RecordCollection
s actually enforce the return type of each iteration to bearray
, now.