A lot of improvements (and PHP 7.2 Breaking Change)
Braking Changes:
- PHP 7.2 is required as minimum
Improvements:
map
,flat_map
andfilter
accept a function that the second argument can be the key of the collection- Added function name constants
- Corrected a lot of docblocks
- Added typehint to all the possible
- Declare strict types