We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df9a78 commit adabb49Copy full SHA for adabb49
src/WS/Utils/Collections/Stream.php
@@ -130,7 +130,7 @@ public function reverse(): Stream;
130
/**
131
* Reduce collection to single value with accumulator
132
* @param callable $accumulator
133
- * @param null $initialValue
+ * @param mixed|null $initialValue
134
* @return mixed
135
*/
136
public function reduce(callable $accumulator, $initialValue = null);
0 commit comments