bartfeenstra / fu-php

🛠 Functional programming tools for PHP 🐘
https://twitter.com/BartFeenstra
MIT License
2 stars 1 forks source link

Make variadic iterable parameters non-variadic #73

Open bartfeenstra opened 7 years ago

bartfeenstra commented 7 years ago

Several methods on Iterator take a variadic list of iterables. We've got some functions coming up that due to taking additional parameters cannot take variadic iterables parameters, but must take them as lists. For consistency, applies this throughout the codebase.