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 #476 from liamhao/master
Browse files Browse the repository at this point in the history
Update Pusher.php
  • Loading branch information
albertcht authored Sep 10, 2021
2 parents 1f99346 + c17cb49 commit e6e5e36
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 mixed|null
* @var string|null
*/
protected $message;

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

0 comments on commit e6e5e36

Please sign in to comment.