Browse Source

Fix phpdoc.

[ci skip]
Daniele Alessandri 11 years ago
parent
commit
5856bde198
1 changed files with 4 additions and 1 deletions
  1. 4 1
      lib/Predis/Command/ServerClient.php

+ 4 - 1
lib/Predis/Command/ServerClient.php

@@ -12,7 +12,10 @@
 namespace Predis\Command;
 
 /**
- * @link http://redis.io/commands/client
+ * @link http://redis.io/commands/client-list
+ * @link http://redis.io/commands/client-kill
+ * @link http://redis.io/commands/client-getname
+ * @link http://redis.io/commands/client-setname
  * @author Daniele Alessandri <suppakilla@gmail.com>
  */
 class ServerClient extends AbstractCommand