Skip to content

Commit 9cd774b

Browse files
authored
fix typo
1 parent 1847541 commit 9cd774b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Prometheus/Storage/Redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Redis implements Adapter
3232
'user' => null,
3333
'sentinel' => [ // sentinel options
3434
'enable' => false,
35-
'host' => null
35+
'host' => null,
3636
'port' => 26379,
3737
'master' => 'mymaster',
3838
'timeout' => 0.1,

0 commit comments

Comments
 (0)