ScriptFUSION / Porter

:lipstick: Durable and asynchronous data imports for consuming data at scale and publishing testable SDKs.
GNU Lesser General Public License v3.0
611 stars 24 forks source link

Forced RecordCollections to return arrays #52

Closed Bilge closed 6 years ago

Bilge commented 6 years ago

Instead of just proclaiming it in the documentation, RecordCollections actually enforce the return type of each iteration to be array, now.

codecov-io commented 6 years ago

Codecov Report

Merging #52 into 4.0 will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@         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.