Skip to content

Commit 1793066

Browse files
FinnPaesFinn Paes
andauthored
Fix implode docblock to accept callable as parameter (#46869)
Co-authored-by: Finn Paes <[email protected]>
1 parent 89a5468 commit 1793066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Collections/Enumerable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ public function hasAny($key);
549549
/**
550550
* Concatenate values of a given key as a string.
551551
*
552-
* @param string $value
552+
* @param callable|string $value
553553
* @param string|null $glue
554554
* @return string
555555
*/

0 commit comments

Comments
 (0)