Skip to content

Commit 1b2cc6f

Browse files
committed
fix bad return value
1 parent 374956d commit 1b2cc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resource/Voice/VoiceMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function isSuccess(): bool {
5151
return $this->success;
5252
}
5353

54-
public function getText(): float {
54+
public function getText(): string {
5555
return $this->text;
5656
}
5757
}

0 commit comments

Comments
 (0)