Skip to content

Commit 06342a7

Browse files
committed
Changed the width of the toolbar image and fixed the service table
1 parent 4eaee49 commit 06342a7

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

integrations/symfony-bundle.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Web Debug Toolbar
5252
`````````````````
5353
.. image:: /assets/img/debug-toolbar.png
5454
:align: right
55-
:width: 120px
55+
:width: 260px
5656

5757
When using a client configured with ``HttplugBundle``, you will get debug information in the web debug toolbar. It will tell you how many request were made and how many of those that were successful or not. It will also show you detailed information about each request.
5858

@@ -170,21 +170,21 @@ List of Services
170170
+-------------------------------------+-------------------------------------------------------------------------+
171171
| ``httplug.client.[name]`` | There is one service per named client. |
172172
+-------------------------------------+-------------------------------------------------------------------------+
173-
| ``httplug.client`` | | If there is a client named "default", this service is an alias to |
174-
| | | that client, otherwise it is an alias to the first client configured. |
173+
| ``httplug.client`` | If there is a client named "default", this service is an alias to |
174+
| | that client, otherwise it is an alias to the first client configured. |
175175
+-------------------------------------+-------------------------------------------------------------------------+
176-
| | ``httplug.plugin.content_length`` | | These are plugins that are enabled by default. |
177-
| | ``httplug.plugin.decoder`` | | These services are private and should only be used to configure |
178-
| | ``httplug.plugin.error`` | | clients or other services. |
179-
| | ``httplug.plugin.logger`` | |
180-
| | ``httplug.plugin.redirect`` | |
181-
| | ``httplug.plugin.retry`` | |
182-
| | ``httplug.plugin.stopwatch`` | |
176+
| ``httplug.plugin.content_length`` | These are plugins that are enabled by default. |
177+
| ``httplug.plugin.decoder`` | These services are private and should only be used to configure |
178+
| ``httplug.plugin.error`` | clients or other services. |
179+
| ``httplug.plugin.logger`` | |
180+
| ``httplug.plugin.redirect`` | |
181+
| ``httplug.plugin.retry`` | |
182+
| ``httplug.plugin.stopwatch`` | |
183183
+-------------------------------------+-------------------------------------------------------------------------+
184-
| | ``httplug.plugin.cache`` | | These are plugins that are disabled by default and only get |
185-
| | ``httplug.plugin.cookie`` | | activated when configured. |
186-
| | ``httplug.plugin.history`` | | These services are private and should only be used to configure |
187-
| | | clients or other services. |
184+
| ``httplug.plugin.cache`` | These are plugins that are disabled by default and only get |
185+
| ``httplug.plugin.cookie`` | activated when configured. |
186+
| ``httplug.plugin.history`` | These services are private and should only be used to configure |
187+
| | clients or other services. |
188188
+-------------------------------------+-------------------------------------------------------------------------+
189189

190190
\* *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.*

0 commit comments

Comments
 (0)