Skip to content

Commit bedd0ce

Browse files
committed
Ensure proper return type
1 parent 1fcb2e3 commit bedd0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DatingVIP/API/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function get(): string
6565
break;
6666
}
6767

68-
return $result;
68+
return (string) $result;
6969
}
7070

7171
public function getRawResponse(): string

0 commit comments

Comments
 (0)