Skip to content

Commit 329077b

Browse files
authored
Fix YAML indentation
Use same 4 spaces indentation in config examples.
1 parent da5eb18 commit 329077b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

integrations/symfony-bundle.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ The order in which you specify the plugins **does** matter.
221221
222222
// services.yml
223223
acme_plugin:
224-
class: Acme\Plugin\MyCustomPlugin
225-
arguments: ["%some_parameter%"]
224+
class: Acme\Plugin\MyCustomPlugin
225+
arguments: ["%some_parameter%"]
226226
227227
.. code-block:: yaml
228228
@@ -239,15 +239,15 @@ The order in which you specify the plugins **does** matter.
239239
- 'httplug.plugin.cache'
240240
- 'httplug.plugin.retry'
241241
- add_host:
242-
host: "http://localhost:8000"
242+
host: "http://localhost:8000"
243243
- header_defaults:
244-
headers:
245-
"X-FOO": bar
244+
headers:
245+
"X-FOO": bar
246246
- authentication:
247-
acme_basic:
248-
type: 'basic'
249-
username: 'my_username'
250-
password: 'p4ssw0rd'
247+
acme_basic:
248+
type: 'basic'
249+
username: 'my_username'
250+
password: 'p4ssw0rd'
251251
252252
253253
Authentication

0 commit comments

Comments
 (0)