Skip to content

Commit d3aceb5

Browse files
authored
Merge pull request #10 from andrey-helldar/patch-2
TypeError: DeduplicationHandler::__construct(): Argument #3 ($store) must be of type string, null given
2 parents 8502d26 + 6925e76 commit d3aceb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Deduplication/DeduplicationHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class DeduplicationHandler extends BufferHandler
1515
public function __construct(
1616
HandlerInterface $handler,
1717
protected SignatureGeneratorInterface $signatureGenerator,
18-
string $store = 'default',
18+
?string $store = 'default',
1919
string $prefix = 'github-monolog:dedup:',
2020
int $ttl = 60,
2121
int|string|Level $level = Level::Error,

0 commit comments

Comments
 (0)