Skip to content

Commit

Permalink
fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 9, 2022
1 parent c5f9518 commit 5eac9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LazyCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,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 5eac9f3

Please sign in to comment.