Skip to content

Commit

Permalink
remove incorrect comment in PredisConnector and PhpRedisConnector
Browse files Browse the repository at this point in the history
  • Loading branch information
hungthai1401 committed Jun 14, 2023
1 parent 5ecbb87 commit c8620f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Redis/Connectors/PhpRedisConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class PhpRedisConnector implements Connector
{
/**
* Create a new clustered PhpRedis connection.
* Create a new PhpRedis connection.
*
* @param array $config
* @param array $options
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Redis/Connectors/PredisConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class PredisConnector implements Connector
{
/**
* Create a new clustered Predis connection.
* Create a new Predis connection.
*
* @param array $config
* @param array $options
Expand Down

0 comments on commit c8620f3

Please sign in to comment.