Skip to content

Commit 83b0683

Browse files
committed
linting
1 parent fa2ca3f commit 83b0683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/RedisAdapter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function xadd(string $key, array $dictionary): string|Pipeline|PhpRedis|R
5050
*/
5151
public function xrange(string $key, string $start, string $end, ?int $count = null): array
5252
{
53-
return collect($this->handle([ // @phpstan-ignore return.type, argument.templateType, argument.templateType
53+
return collect($this->handle([ // @phpstan-ignore argument.templateType, argument.templateType
5454
'XRANGE',
5555
$this->config->get('database.redis.options.prefix').$key,
5656
$start,

0 commit comments

Comments
 (0)