Skip to content

Commit dda3f75

Browse files
Incorrect comment in PredisConnector and PhpRedisConnector (#47438)
* remove incorrect comment in `PredisConnector` and `PhpRedisConnector` * Update PhpRedisConnector.php * Update PredisConnector.php --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent 5ecbb87 commit dda3f75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Illuminate/Redis/Connectors/PhpRedisConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class PhpRedisConnector implements Connector
1616
{
1717
/**
18-
* Create a new clustered PhpRedis connection.
18+
* Create a new connection.
1919
*
2020
* @param array $config
2121
* @param array $options

src/Illuminate/Redis/Connectors/PredisConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class PredisConnector implements Connector
1212
{
1313
/**
14-
* Create a new clustered Predis connection.
14+
* Create a new connection.
1515
*
1616
* @param array $config
1717
* @param array $options

0 commit comments

Comments
 (0)