Fix phpdocs.

[ci skip]
This commit is contained in:
Daniele Alessandri
2013-11-12 19:49:55 +01:00
parent 8d15e5ec08
commit b0f955b437
+2 -2
View File
@@ -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.