lstrojny / functional-php

Primitives for functional programming in PHP
MIT License
1.98k stars 204 forks source link

Small changes so tests run smoothly #253

Open vichfs opened 3 weeks ago

vichfs commented 3 weeks ago

A few methods were missing the return type to be compatible with the Iterator interface.

Plus I added an explicit conversion when a float is used as an array key in Group.php.