Skip to content

Commit 6c821e6

Browse files
committed
fix(kv-store): change unixSocketPath type from int to string
1 parent b3f09e0 commit 6c821e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kv-store/src/Redis/Config/RedisConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct(
3838
/**
3939
* Path of the UNIX domain socket file used when connecting to Redis using UNIX domain sockets.
4040
*/
41-
public ?int $unixSocketPath = null,
41+
public ?string $unixSocketPath = null,
4242

4343
/**
4444
* Specifies the protocol used to communicate with the Redis instance. This is specific to predis.

0 commit comments

Comments
 (0)