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

Commit

Permalink
rollback constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkanius committed Mar 19, 2022
1 parent 4db6c7e commit 3567be4
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 3567be4

Please sign in to comment.