Explorar o código

Add missing param to phpdoc entry.

[ci skip]
Daniele Alessandri %!s(int64=12) %!d(string=hai) anos
pai
achega
acc0f04bdb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
     {