Skip to content

Commit e409223

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: fix: resolve confusing typo in php config example
2 parents d2830a2 + 977ecb4 commit e409223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logging/monolog_email.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ You can adjust the time period using the ``time`` option:
180180
// ...
181181
182182
$monolog->handler('deduplicated')
183-
->type('deduplicated')
183+
->type('deduplication')
184184
// the time in seconds during which duplicate entries are discarded (default: 60)
185185
->time(10)
186186
->handler('symfony_mailer')
@@ -304,7 +304,7 @@ get logged on the server as well as the emails being sent:
304304
;
305305
306306
$monolog->handler('deduplicated')
307-
->type('deduplicated')
307+
->type('deduplication')
308308
->handler('symfony_mailer')
309309
;
310310

0 commit comments

Comments
 (0)