Skip to content

Commit 6ce1c75

Browse files
authored
[10.x] Change the return type of getPublicToken function in AblyBroadcaster class (#48173)
1 parent 1cd1346 commit 6ce1c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Broadcasting/Broadcasters/AblyBroadcaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ protected function formatChannels(array $channels)
206206
/**
207207
* Get the public token value from the Ably key.
208208
*
209-
* @return mixed
209+
* @return string
210210
*/
211211
protected function getPublicToken()
212212
{

0 commit comments

Comments
 (0)