Completed
Push — master ( fe97e8...822502 )
by Michal
02:16
created
src/RedisProxy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -285,7 +285,7 @@
 block discarded – undo
285 285
      * Increment the float value of hash field by given amount
286 286
      * @param string $key
287 287
      * @param string $field
288
-     * @param float $increment
288
+     * @param integer $increment
289 289
      * @return float
290 290
      */
291 291
     public function hincrbyfloat($key, $field, $increment = 1)
Please login to merge, or discard this patch.