소스 검색

Add missing @method tag for HSTRLEN in phpdocs.

[ci skip]
Daniele Alessandri 9 년 전
부모
커밋
5c1ddc9cfa
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/ClientContextInterface.php
  2. 1 0
      src/ClientInterface.php

+ 1 - 0
src/ClientContextInterface.php

@@ -71,6 +71,7 @@ use Predis\Command\CommandInterface;
  * @method $this hset($key, $field, $value)
  * @method $this hsetnx($key, $field, $value)
  * @method $this hvals($key)
+ * @method $this hstrlen($key, $field)
  * @method $this blpop(array $keys, $timeout)
  * @method $this brpop(array $keys, $timeout)
  * @method $this brpoplpush($source, $destination, $timeout)

+ 1 - 0
src/ClientInterface.php

@@ -79,6 +79,7 @@ use Predis\Profile\ProfileInterface;
  * @method int    hset($key, $field, $value)
  * @method int    hsetnx($key, $field, $value)
  * @method array  hvals($key)
+ * @method int    hstrlen($key, $field)
  * @method array  blpop(array $keys, $timeout)
  * @method array  brpop(array $keys, $timeout)
  * @method array  brpoplpush($source, $destination, $timeout)