Skip to content

Commit

Permalink
fix: Remove @throws Error annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
L3tum committed Feb 13, 2024
1 parent 0514503 commit c4b41cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SocketRelay.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit c4b41cf

Please sign in to comment.