Big batch of phpdoc improvements and minor code styling fixes.

This commit is contained in:
Daniele Alessandri
2013-12-10 19:21:52 +01:00
parent 8744285cb3
commit 59b5658cf5
77 changed files with 361 additions and 336 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
namespace Predis;
/**
* Defines the interface of a basic client object or abstraction that
* can send commands to Redis.
* Defines the interface of a basic client object or abstraction that can send
* commands to Redis.
*
* @author Daniele Alessandri <suppakilla@gmail.com>
*/