소스 검색

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)
     {