File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments