Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 515cd86

Browse filesBrowse files
committed
15874 [HttpKernel] fix xml config
1 parent 1dc167b commit 515cd86
Copy full SHA for 515cd86

File tree

1 file changed

+3
-1
lines changed
Filter options

1 file changed

+3
-1
lines changed

‎reference/configuration/framework.rst

Copy file name to clipboardExpand all lines: reference/configuration/framework.rst
+3-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.