Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Nov 19, 2023
1 parent 32350df commit 0b3f38d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/Command/RedisSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ public function scan(?string $pattern = null, ?int $count = null): \Traversable
}

/**
* @param SortOptions $options
*
* @link https://redis.io/commands/sort
*/
public function sort(?SortOptions $options = null): array
Expand Down
4 changes: 0 additions & 4 deletions src/RedisClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,6 @@ public function publish(string $channel, string $message): int
}

/**
* @param string $pattern
*
* @link https://redis.io/commands/pubsub
*/
public function getActiveChannels(?string $pattern = null): array
Expand Down Expand Up @@ -700,8 +698,6 @@ public function disableReplication(): void
}

/**
* @param int $count
*
* @link https://redis.io/commands/slowlog
*/
public function getSlowlog(?int $count = null): array
Expand Down

0 comments on commit 0b3f38d

Please sign in to comment.