Pārlūkot izejas kodu

Fix phpdocs.

[ci skip]
Daniele Alessandri 13 gadi atpakaļ
vecāks
revīzija
46d293a716
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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)
     {