浏览代码

Fix phpdocs.

[ci skip]
Daniele Alessandri 13 年之前
父节点
当前提交
46d293a716
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      lib/Predis/Network/MasterSlaveReplication.php

+ 3 - 0
lib/Predis/Network/MasterSlaveReplication.php

@@ -283,6 +283,9 @@ class MasterSlaveReplication implements IConnectionReplication
     /**
      * Checks if a SORT command is a readable operation by parsing the arguments
      * array of the specified commad instance.
+     *
+     * @param ICommand $command Instance of Redis command.
+     * @return Boolean
      */
     private function isSortReadOnly(ICommand $command)
     {