We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2ca3f commit 83b0683Copy full SHA for 83b0683
src/Support/RedisAdapter.php
@@ -50,7 +50,7 @@ public function xadd(string $key, array $dictionary): string|Pipeline|PhpRedis|R
50
*/
51
public function xrange(string $key, string $start, string $end, ?int $count = null): array
52
{
53
- return collect($this->handle([ // @phpstan-ignore return.type, argument.templateType, argument.templateType
+ return collect($this->handle([ // @phpstan-ignore argument.templateType, argument.templateType
54
'XRANGE',
55
$this->config->get('database.redis.options.prefix').$key,
56
$start,
0 commit comments