Skip to content

Commit

Permalink
Merge pull request #219 from enekochan/patch-1
Browse files Browse the repository at this point in the history
Fix YAML indentation
  • Loading branch information
dbu committed Dec 29, 2017
2 parents da5eb18 + 329077b commit 2e22c0c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions integrations/symfony-bundle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ The order in which you specify the plugins **does** matter.
// services.yml
acme_plugin:
class: Acme\Plugin\MyCustomPlugin
arguments: ["%some_parameter%"]
class: Acme\Plugin\MyCustomPlugin
arguments: ["%some_parameter%"]
.. code-block:: yaml
Expand All @@ -239,15 +239,15 @@ The order in which you specify the plugins **does** matter.
- 'httplug.plugin.cache'
- 'httplug.plugin.retry'
- add_host:
host: "http://localhost:8000"
host: "http://localhost:8000"
- header_defaults:
headers:
"X-FOO": bar
headers:
"X-FOO": bar
- authentication:
acme_basic:
type: 'basic'
username: 'my_username'
password: 'p4ssw0rd'
acme_basic:
type: 'basic'
username: 'my_username'
password: 'p4ssw0rd'
Authentication
Expand Down

0 comments on commit 2e22c0c

Please sign in to comment.