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 1603658

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

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎reference/configuration/framework.rst

Copy file name to clipboardExpand all lines: reference/configuration/framework.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3349,11 +3349,11 @@ 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>
3352+
<exception id="Symfony\Component\HttpKernel\Exception\BadRequestHttpException">
33533353
<framework:log_level>debug</framework:recipient>
33543354
<framework:status_code>422</framework:recipient>
3355-
</framework:Symfony\Component\HttpKernel\Exception\BadRequestHttpException>
3356-
</framework:exceptions>
3355+
</exception>
3356+
</framework:>
33573357
<!-- ... -->
33583358
</framework:config>
33593359
</container>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.