From c4b41cff3d9269ae999aedb4e206c596a99690eb Mon Sep 17 00:00:00 2001 From: L3tum <9307432+L3tum@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:03:44 +0100 Subject: [PATCH] fix: Remove @throws Error annotation --- src/SocketRelay.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SocketRelay.php b/src/SocketRelay.php index 758747f..7dc607d 100644 --- a/src/SocketRelay.php +++ b/src/SocketRelay.php @@ -225,7 +225,6 @@ public function hasFrame(): bool * @param int<0, max> $timeout Timeout between reconnections in microseconds. * * @throws RelayException - * @throws \Error When sockets are used in unsupported environment. */ public function connect(int $retries = self::RECONNECT_RETRIES, int $timeout = self::RECONNECT_TIMEOUT): bool {