Skip to content

Commit 0b3f38d

Browse files
committed
Fix code style
1 parent 32350df commit 0b3f38d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Command/RedisSet.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ public function scan(?string $pattern = null, ?int $count = null): \Traversable
127127
}
128128

129129
/**
130-
* @param SortOptions $options
131-
*
132130
* @link https://redis.io/commands/sort
133131
*/
134132
public function sort(?SortOptions $options = null): array

src/RedisClient.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,6 @@ public function publish(string $channel, string $message): int
490490
}
491491

492492
/**
493-
* @param string $pattern
494-
*
495493
* @link https://redis.io/commands/pubsub
496494
*/
497495
public function getActiveChannels(?string $pattern = null): array
@@ -700,8 +698,6 @@ public function disableReplication(): void
700698
}
701699

702700
/**
703-
* @param int $count
704-
*
705701
* @link https://redis.io/commands/slowlog
706702
*/
707703
public function getSlowlog(?int $count = null): array

0 commit comments

Comments
 (0)