Преглед на файлове

Add missing param to phpdoc entry.

[ci skip]
Daniele Alessandri преди 12 години
родител
ревизия
acc0f04bdb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lib/Predis/Cluster/Distribution/KetamaPureRing.php

+ 1 - 1
lib/Predis/Cluster/Distribution/KetamaPureRing.php

@@ -24,7 +24,7 @@ class KetamaPureRing extends HashRing
     const DEFAULT_REPLICAS = 160;
 
     /**
-     *
+     * @param mixed $nodeHashCallback Callback returning the string used to calculate the hash of a node.
      */
     public function __construct($nodeHashCallback = null)
     {