Skip to content

Commit d596d83

Browse files
Fix signature
1 parent 92b7e68 commit d596d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ds/ds.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2092,7 +2092,7 @@ public function isEmpty(): bool {}
20922092
*
20932093
* @return string
20942094
*/
2095-
public function join(?string $glue = null): string {}
2095+
public function join(string $glue = ''): string {}
20962096

20972097
/**
20982098
* Returns the result of applying a callback function to each value in

0 commit comments

Comments
 (0)