We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b87b17 commit a611c70Copy full SHA for a611c70
src/Adapter/RedisAdapterWrapper.php
@@ -12,10 +12,8 @@
12
*/
13
class RedisAdapterWrapper
14
{
15
- public function createConnection(
16
- string $dsn,
17
- array $options = [],
18
- ): \Redis|\RedisArray|\RedisCluster|\Predis\ClientInterface|Relay {
+ public function createConnection(string $dsn, array $options = []): \Redis|\RedisArray|\RedisCluster|\Predis\ClientInterface|Relay
+ {
19
return RedisAdapter::createConnection($dsn, $options);
20
}
21
0 commit comments