From 5eba7e19ffd0c1a9a0a194044964c31d28d62501 Mon Sep 17 00:00:00 2001 From: a6a2f5842 Date: Wed, 15 Oct 2025 09:45:04 +0200 Subject: [PATCH] BF type --- src/Websocket/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Websocket/Handler.php b/src/Websocket/Handler.php index cfff0ba..f68a305 100644 --- a/src/Websocket/Handler.php +++ b/src/Websocket/Handler.php @@ -475,7 +475,7 @@ class Handler implements MessageComponentInterface protected function authenticateConnection( ConnectionInterface $connection, PrivateChannel|Channel|PresenceChannel|null $channel, - array|null|mixed $message = [] + $message = [] ) { if (! optional($connection)->auth && $connection->socketId && cache()->get('socket_' . $connection->socketId)) {