We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99677ac commit 6f2c7a6Copy full SHA for 6f2c7a6
Traits/EnumeratesValues.php
@@ -719,7 +719,7 @@ public function pipeInto($class)
719
* @template TReduceReturnType
720
*
721
* @param callable(TReduceInitial|TReduceReturnType, TValue): TReduceReturnType $callback
722
- * @param TReduceInitial $initial
+ * @param TReduceInitial $initial
723
* @return TReduceReturnType
724
*/
725
public function reduce(callable $callback, $initial = null)
0 commit comments