[phpdoc] Apply a few fixes to the documentation.

This commit is contained in:
Daniele Alessandri
2011-10-22 11:41:58 +02:00
parent 2f23fb03f0
commit 29f26b0f9b
14 changed files with 60 additions and 62 deletions
+3 -3
View File
@@ -29,7 +29,7 @@ class StreamConnection extends ConnectionBase
private $_throwErrors;
/**
* Disconnect from the server and destroys the underlying resource when
* Disconnects from the server and destroys the underlying resource when
* PHP's garbage collector kicks in only if the connection has not been
* marked as persistent.
*/
@@ -161,8 +161,8 @@ class StreamConnection extends ConnectionBase
}
/**
* Perform a write operation on the stream of the buffer containing a command
* serialized with the Redis wire protocol.
* Performs a write operation on the stream of the buffer containing a
* command serialized with the Redis wire protocol.
*
* @param string $buffer Redis wire protocol representation of a command.
*/