Parcourir la source

Fix phpdoc.

[ci skip]
Daniele Alessandri il y a 11 ans
Parent
commit
aac811f897
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  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