Skip to content

Commit 84f984d

Browse files
authored
update comments in the Redis component (#3127)
1 parent 51880e3 commit 84f984d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private function shouldUseSameConnection(string $methodName): bool
8484
}
8585

8686
/**
87-
* Get a connection from coroutine context, or from redis connectio pool.
87+
* Get a connection from coroutine context, or from redis connection pool.
8888
* @param mixed $hasContextConnection
8989
*/
9090
private function getConnection($hasContextConnection): RedisConnection

src/RedisFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct(ConfigInterface $config)
3131
}
3232

3333
/**
34-
* @return \Redis|RedisProxy
34+
* @return RedisProxy
3535
*/
3636
public function get(string $poolName)
3737
{

0 commit comments

Comments
 (0)