Skip to content

Commit 6f2c7a6

Browse files
Fixed phpdoc
1 parent 99677ac commit 6f2c7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Traits/EnumeratesValues.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ public function pipeInto($class)
719719
* @template TReduceReturnType
720720
*
721721
* @param callable(TReduceInitial|TReduceReturnType, TValue): TReduceReturnType $callback
722-
* @param TReduceInitial $initial
722+
* @param TReduceInitial $initial
723723
* @return TReduceReturnType
724724
*/
725725
public function reduce(callable $callback, $initial = null)

0 commit comments

Comments
 (0)