Skip to content

Commit 3d8ed4e

Browse files
authored
fix: add return type (#57192)
* fix: add return type * fix: return type
1 parent 9190754 commit 3d8ed4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Collections/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ public function containsOneItem(?callable $callback = null): bool
740740
*
741741
* @param string $glue
742742
* @param string $finalGlue
743-
* @return string
743+
* @return TValue|string
744744
*/
745745
public function join($glue, $finalGlue = '')
746746
{

0 commit comments

Comments
 (0)