Skip to content

Commit

Permalink
remove getSocketResource
Browse files Browse the repository at this point in the history
  • Loading branch information
divinity76 authored Mar 18, 2024
1 parent e91c297 commit 2d732eb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,15 +287,6 @@ protected function configure(array $options): void
parent::configure($options);
}

/**
* Retrieves the underlying socket resource.
*
* @return resource The socket resource
*/
public function getSocketResource()
{
return $this->socket->getResource();
}
/**
* Waits for data to become available on the socket.
*
Expand Down

0 comments on commit 2d732eb

Please sign in to comment.