Skip to content

Commit 1dd218f

Browse files
authored
change return type of getPrivateToken in AblyBroadcaster (#47602)
1 parent dd842ce commit 1dd218f

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
@@ -216,7 +216,7 @@ protected function getPublicToken()
216216
/**
217217
* Get the private token value from the Ably key.
218218
*
219-
* @return mixed
219+
* @return string
220220
*/
221221
protected function getPrivateToken()
222222
{

0 commit comments

Comments
 (0)