Add missing param to phpdoc entry.

[ci skip]
This commit is contained in:
Daniele Alessandri
2013-01-13 13:48:50 +01:00
parent 09de7be7cb
commit acc0f04bdb
@@ -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)
{