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 f767f62 commit 21cdc24Copy full SHA for 21cdc24
DependencyInjection/Configuration.php
@@ -1235,7 +1235,7 @@ private function addExceptionsSection(ArrayNodeDefinition $rootNode)
1235
->info('The status code of the response. Null to let Symfony decide.')
1236
->validate()
1237
->ifTrue(function ($v) { return $v < 100 || $v > 599; })
1238
- ->thenInvalid('The log level is not valid. Pick a value between 100 and 599.')
+ ->thenInvalid('The status code is not valid. Pick a value between 100 and 599.')
1239
->end()
1240
->defaultNull()
1241
0 commit comments