Skip to content

Commit

Permalink
Merge branch 'support-sentinel-options'
Browse files Browse the repository at this point in the history
  • Loading branch information
rguennichi committed Jan 29, 2023
2 parents 7d50019 + f0209aa commit d987484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Factory/PhpredisClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ public function __construct(string $dsn, string $host, int $port)

throw new InvalidArgumentException(
sprintf(
'Failed to retrieve masterName information from sentinel %s and dsn %s.',
var_export($options['masterName'], true),
'Failed to retrieve master information from sentinel %s and dsn %s.',
var_export($masterName, true),
var_export($dsns, true),
),
);
Expand Down

0 comments on commit d987484

Please sign in to comment.