DusanKasan / Knapsack

Collection pipeline library for PHP
http://dusankasan.github.io/Knapsack/
MIT License
535 stars 56 forks source link

Fix `@param` annotation of `reduce()` #67

Closed jdreesen closed 4 years ago

jdreesen commented 4 years ago

The first parameter of the callable $function of reduce() is the resulting item.

DusanKasan commented 4 years ago

Thanks for the contribution