Skip to content

Commit 920ab44

Browse files
authored
Fixing styles
1 parent 9798499 commit 920ab44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factory/RedisFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function getAdapter(array $config)
4242
if (false === $client->connect($dsn->getFirstHost(), $dsn->getFirstPort())) {
4343
throw new ConnectException(sprintf('Could not connect to Redis database on "%s:%s".', $dsn->getFirstHost(), $dsn->getFirstPort()));
4444
}
45-
45+
4646
if (!empty($dsn->getPassword())) {
4747
if (false === $client->auth($dsn->getPassword())) {
4848
throw new ConnectException('Could not connect authenticate connection to Redis database.');

0 commit comments

Comments
 (0)