Skip to content

Commit

Permalink
Incorrect comment in PredisConnector and PhpRedisConnector (#47438)
Browse files Browse the repository at this point in the history
* remove incorrect comment in `PredisConnector` and `PhpRedisConnector`

* Update PhpRedisConnector.php

* Update PredisConnector.php

---------

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
hungthai1401 and taylorotwell authored Jun 14, 2023
1 parent 5ecbb87 commit dda3f75
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 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 connection.
*
* @param array $config
* @param array $options
Expand Down

0 comments on commit dda3f75

Please sign in to comment.