Daniele Alessandri 13 лет назад
Родитель
Сommit
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)
     {