Skip to content

Commit adabb49

Browse files
committed
parameter refinement in method documentation
1 parent 8df9a78 commit adabb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WS/Utils/Collections/Stream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function reverse(): Stream;
130130
/**
131131
* Reduce collection to single value with accumulator
132132
* @param callable $accumulator
133-
* @param null $initialValue
133+
* @param mixed|null $initialValue
134134
* @return mixed
135135
*/
136136
public function reduce(callable $accumulator, $initialValue = null);

0 commit comments

Comments
 (0)