Skip to content

Commit 96b1812

Browse files
committed
Changed the width of the toolbar image
1 parent 4eaee49 commit 96b1812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/symfony-bundle.rst

Lines changed: 2 additions & 2 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

@@ -67,7 +67,7 @@ If you want the bundle to automatically find usable factory classes, install and
6767
classes:
6868
client: Http\Adapter\Guzzle6\Client
6969
message_factory: Http\Message\MessageFactory\GuzzleMessageFactory
70-
uri_factory: Http\Message\UriFactory\GuzzleUriFactory
70+
uri_factory: Http\Message\UriFactory\GuzzleUriFactorye
7171
stream_factory: Http\Message\StreamFactory\GuzzleStreamFactory
7272
7373

0 commit comments

Comments
 (0)