Skip to content

Commit 4ce1cc1

Browse files
author
Denis Brumann
committed
Update bundle config reference for php-http/HttplugBundle#419
1 parent ab70f56 commit 4ce1cc1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

integrations/symfony-bundle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ List of Services
484484
| | ``httplug.plugin.cache`` | | These are plugins that are disabled by default and only get |
485485
| | ``httplug.plugin.cookie`` | | activated when configured. |
486486
| | ``httplug.plugin.history`` | | These services are private and should only be used to configure |
487-
| | | clients or other services. |
487+
| | ``httplug.plugin.error`` | | clients or other services. |
488488
+-------------------------------------+-------------------------------------------------------------------------+
489489

490490
\* *These services are always an alias to another service. You can specify your own service or leave the default, which is the same name with `.default` appended.*

integrations/symfony-full-configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ This page shows an example of all configuration values provided by the bundle.
6767
retry: 1
6868
stopwatch:
6969
stopwatch: 'debug.stopwatch'
70+
error:
71+
only_server_exception: false
7072
7173
profiling:
7274
enabled: true # Defaults to kernel.debug

0 commit comments

Comments
 (0)