Skip to content

Commit

Permalink
Update the docblock for the explode method of the Stringable class.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinb1989 committed Jul 16, 2024
1 parent a575fcf commit 87689f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Stringable.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public function excerpt($phrase = '', $options = [])
}

/**
* Explode the string into an array.
* Explode the string into a collection.
*
* @param string $delimiter
* @param int $limit
Expand Down

0 comments on commit 87689f8

Please sign in to comment.