Closed drupol closed 1 year ago
Updated version requirement for loophp/iterators
The part of our system responsible for managing dependencies (composer.json
) has an updated version requirement for a certain package (loophp/iterators
). We've upgraded from version "^2.3.4" to "^2.3.5". This will allow us to benefit from the enhanced functionality and bug fixes that the newest version provides.
Modified fromFile
method in Collection.php
The fromFile
function housed in the file Collection.php
has undergone tweaks. It now accepts an additional parameter referred to as $length
(whose type is an integer and has a default value set to 2
). This extra parameter aids in enhancing the precision of our operations, resulting in a more efficient process.
This PR:
Follows #. Related to #. Fixes #.