mirror of
https://github.com/predis/predis.git
synced 2026-08-30 12:15:03 +00:00
Fix phpdocs.
[ci skip]
This commit is contained in:
@@ -195,7 +195,7 @@ class Client implements ClientInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* Closes the underlying connection and disconnect from the server.
|
||||
* Closes the underlying connection and disconnects from the server.
|
||||
*/
|
||||
public function disconnect()
|
||||
{
|
||||
@@ -203,7 +203,7 @@ class Client implements ClientInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* Closes the underlying connection and disconnect from the server.
|
||||
* Closes the underlying connection and disconnects from the server.
|
||||
*
|
||||
* This is the same as `Client::disconnect()` as it does not actually send
|
||||
* the `QUIT` command to Redis, but simply closes the connection.
|
||||
|
||||
Reference in New Issue
Block a user