Skip to content

Commit

Permalink
Fix typo in PhpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen committed May 2, 2019
1 parent 005aefb commit 981d74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -111,7 +111,7 @@
* - [flush_on_overflow]: bool, defaults to false
*
* - deduplication:
* - handler: the wrapper handler's name
* - handler: the wrapped handler's name
* - [store]: The file/path where the deduplication log should be kept, defaults to %kernel.cache_dir%/monolog_dedup_*
* - [deduplication_level]: The minimum logging level for log records to be looked at for deduplication purposes, defaults to ERROR
* - [time]: The period (in seconds) during which duplicate entries should be suppressed after a given log is sent through, defaults to 60
Expand Down

0 comments on commit 981d74f

Please sign in to comment.