fix: resolve confusing typo in php config example

This commit is contained in:
Arend Hummeling
2025-07-24 10:21:58 +02:00
parent 840bff00c4
commit 6a79b526bc

View File

@@ -180,7 +180,7 @@ You can adjust the time period using the ``time`` option:
// ...
$monolog->handler('deduplicated')
->type('deduplicated')
->type('deduplication')
// the time in seconds during which duplicate entries are discarded (default: 60)
->time(10)
->handler('symfony_mailer')
@@ -304,7 +304,7 @@ get logged on the server as well as the emails being sent:
;
$monolog->handler('deduplicated')
->type('deduplicated')
->type('deduplication')
->handler('symfony_mailer')
;