Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #521 from swooletw/hotfix/revert-pusher-message
Browse files Browse the repository at this point in the history
rollback constructor
  • Loading branch information
Arkanius authored Mar 19, 2022
2 parents 4db6c7e + 3567be4 commit b9b766a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Websocket/Pusher.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Pusher
protected $event;

/**
* @var string|null
* @var mixed|null
*/
protected $message;

Expand All @@ -68,7 +68,7 @@ protected function __construct(
bool $broadcast,
bool $assigned,
string $event,
?string $message,
$message = null,
$server
)
{
Expand Down

0 comments on commit b9b766a

Please sign in to comment.