Skip to content

Commit 962a2e1

Browse files
committed
minor #301 Fix typo in PhpDoc (jdreesen)
This PR was merged into the 3.x-dev branch. Discussion ---------- Fix typo in PhpDoc As the `DeduplicationHandler` extends the `BufferHandler` I think the wording for the `handler` parameter should be the same. Commits ------- 981d74f Fix typo in PhpDoc
2 parents 969e476 + 981d74f commit 962a2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
* - [flush_on_overflow]: bool, defaults to false
112112
*
113113
* - deduplication:
114-
* - handler: the wrapper handler's name
114+
* - handler: the wrapped handler's name
115115
* - [store]: The file/path where the deduplication log should be kept, defaults to %kernel.cache_dir%/monolog_dedup_*
116116
* - [deduplication_level]: The minimum logging level for log records to be looked at for deduplication purposes, defaults to ERROR
117117
* - [time]: The period (in seconds) during which duplicate entries should be suppressed after a given log is sent through, defaults to 60

0 commit comments

Comments
 (0)