Pārlūkot izejas kodu

Fix phpdoc.

[ci skip]
Daniele Alessandri 11 gadi atpakaļ
vecāks
revīzija
5856bde198
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  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