Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2dccca

Browse files
committed
Remove hardcoded link
1 parent 0f988e7 commit d2dccca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ public static function fromDsn(string $dsn, array $options = [], \Redis|\RedisCl
206206

207207
$pass = '' !== ($parsedUrl['pass'] ?? '') ? urldecode($parsedUrl['pass']) : null;
208208
$user = '' !== ($parsedUrl['user'] ?? '') ? urldecode($parsedUrl['user']) : null;
209-
// See: https://github.com/phpredis/phpredis/#auth
210209
$options['auth'] ??= null !== $pass && null !== $user ? [$user, $pass] : ($pass ?? $user);
211210

212211
if (isset($parsedUrl['host'])) {

0 commit comments

Comments
 (0)