Skip to content

Commit a228219

Browse files
Filter handler: documentation fix as requested by xabbuh
1 parent 22f8455 commit a228219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DependencyInjection/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
* - filter:
7979
* - handler: the wrapped handler's name
8080
* - [accepted_levels]: list of levels to accept
81-
* - [min_level]: minimum level to accept (only use if accepted_levels not specified)
82-
* - [max_level]: maximum level to accept (only use if accepted_levels not specified)
81+
* - [min_level]: minimum level to accept (only used if accepted_levels not specified)
82+
* - [max_level]: maximum level to accept (only used if accepted_levels not specified)
8383
* - [bubble]: bool, defaults to true
8484
*
8585
* - buffer:

0 commit comments

Comments
 (0)