Browse Source

Add missing param to phpdoc entry.

[ci skip]
Daniele Alessandri 12 years ago
parent
commit
acc0f04bdb
1 changed files with 1 additions and 1 deletions
  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)
     {