Skip to content

Commit 3adf132

Browse files
Merge branch '8.x'
2 parents f03e17b + 21690cd commit 3adf132

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
@@ -735,7 +735,7 @@ public function reduce(callable $callback, $initial = null)
735735
* Reduce an associative collection to a single value.
736736
*
737737
* @param callable $callback
738-
* @param mixed $initial
738+
* @param mixed $initial
739739
* @return mixed
740740
*/
741741
public function reduceWithKeys(callable $callback, $initial = null)

0 commit comments

Comments
 (0)