Closed Tigrov closed 8 months ago
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ❌ |
Breaks BC? | ❌ |
Expansion of ArrayAccessTrait
The team included a new function count
in the ArrayAccessTrait
file. This provides more functionality allowing for more versatile usage of arrays.
Enhancements in ArrayHelper
Multiple new functions were introduced into the ArrayHelper
file. These aid in manipulating arrays more efficiently, and enhance security and compatibility. Additionally, an existing function renameKey
was improved for better reliability when dealing with keys in the array.
Additions to ArraySorter
New functions array_fill
, array_multisort
, and range
were implemented in the ArraySorter
file. These will allow more sorting options and flexibility when dealing with arrays.
ArrayableTrait Upgrades
The ArrayableTrait
file now includes more functions that provide greater flexibility and efficiency when dealing with arrays.
Test Case Addition for RenameKeyTest
A new test case for null values was added to the RenameKeyTest
file. This ensures greater code coverage and reliability by validating the handling of null values.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.76%. Comparing base (
f1e28c5
) to head (d482b72
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.