We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8502d26 + 6925e76 commit d3aceb5Copy full SHA for d3aceb5
src/Deduplication/DeduplicationHandler.php
@@ -15,7 +15,7 @@ class DeduplicationHandler extends BufferHandler
15
public function __construct(
16
HandlerInterface $handler,
17
protected SignatureGeneratorInterface $signatureGenerator,
18
- string $store = 'default',
+ ?string $store = 'default',
19
string $prefix = 'github-monolog:dedup:',
20
int $ttl = 60,
21
int|string|Level $level = Level::Error,
0 commit comments