Bladeren bron

Fix phpdocs.

[ci skip]
Daniele Alessandri 13 jaren geleden
bovenliggende
commit
46d293a716
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  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)
     {