Skip to content

Commit

Permalink
Fix implode docblock to accept callable as parameter (laravel#46869)
Browse files Browse the repository at this point in the history
Co-authored-by: Finn Paes <[email protected]>
  • Loading branch information
FinnPaes and Finn Paes authored Apr 24, 2023
1 parent 89a5468 commit 1793066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Collections/Enumerable.php
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ public function hasAny($key);
/**
* Concatenate values of a given key as a string.
*
* @param string $value
* @param callable|string $value
* @param string|null $glue
* @return string
*/
Expand Down

0 comments on commit 1793066

Please sign in to comment.