Skip to content

Commit 515cd86

Browse files
committed
15874 [HttpKernel] fix xml config
1 parent 1dc167b commit 515cd86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3349,7 +3349,9 @@ Defines what ``log_level`` should be used and what ``status_code`` should be ret
33493349
33503350
<framework:config>
33513351
<framework:exceptions>
3352-
<framework:Symfony\Component\HttpKernel\Exception\BadRequestHttpException log_level="debug" status_code="422">
3352+
<framework:Symfony\Component\HttpKernel\Exception\BadRequestHttpException>
3353+
<framework:log_level>debug</framework:recipient>
3354+
<framework:status_code>422</framework:recipient>
33533355
</framework:Symfony\Component\HttpKernel\Exception\BadRequestHttpException>
33543356
</framework:exceptions>
33553357
<!-- ... -->

0 commit comments

Comments
 (0)