mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
fix: resolve confusing typo in php config example
This commit is contained in:
@@ -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')
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user