We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f8455 commit a228219Copy full SHA for a228219
DependencyInjection/Configuration.php
@@ -78,8 +78,8 @@
78
* - filter:
79
* - handler: the wrapped handler's name
80
* - [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)
+ * - [min_level]: minimum level to accept (only used if accepted_levels not specified)
+ * - [max_level]: maximum level to accept (only used if accepted_levels not specified)
83
* - [bubble]: bool, defaults to true
84
*
85
* - buffer:
0 commit comments