Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit 263f8a6

Browse files
author
Bruno
committed
[UPD]: modif for pull request
1 parent 87eb001 commit 263f8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conversation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function replies() {
3939
* @return {String}: the concatenation of the replies
4040
*/
4141
public function joinedReplies($separator=' ') {
42-
return ($this->replies ? join($separator, $this->replies) : null)
42+
return ($this->replies ? join($separator, $this->replies) : null);
4343
}
4444

4545
/**

0 commit comments

Comments
 (0)