Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitf4d4197

Browse files
committed
minor#17495 [FrameworkBundle] Rename optioncatch_all_throwables tohandle_all_throwables in documentation (tcheymol)
This PR was squashed before being merged into the 6.2 branch.Discussion----------[FrameworkBundle] Rename option `catch_all_throwables` to `handle_all_throwables` in documentationI may be mistaken, but i see in the code and recipes that this option is named `handle_all_throwables`, but it is referenced as `catch_all_throwables` in the documentation. I propose to correct the doc.Commits-------177f620 [FrameworkBundle] Rename option `catch_all_throwables` to `handle_all_throwables` in documentation
2 parents5fa7b31 +177f620 commitf4d4197

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎reference/configuration/framework.rst‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ will invalidate all signed URIs and Remember Me cookies. That's why, after
5353
changing this value, you should regenerate the application cache and log
5454
out all the application users.
5555

56-
catch_all_throwables
57-
~~~~~~~~~~~~~~~~~~~~
56+
handle_all_throwables
57+
~~~~~~~~~~~~~~~~~~~~~
5858

5959
**type**: ``boolean`` **default**: ``false``
6060

@@ -65,7 +65,7 @@ Starting from Symfony 7.0, the default value of this option will be ``true``.
6565

6666
..versionadded::6.2
6767

68-
The ``catch_all_throwables`` option was introduced in Symfony 6.2.
68+
The ``handle_all_throwables`` option was introduced in Symfony 6.2.
6969

7070
.. _configuration-framework-http_cache:
7171

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp