Skip to content

Commit 981d74f

Browse files
authored
Fix typo in PhpDoc
1 parent 005aefb commit 981d74f

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)