File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -155,23 +155,23 @@ from auto-registering classes that are defined manually elsewhere:
155155
156156.. configuration-block ::
157157
158- .. code-block :: yaml
158+ .. code-block :: yaml
159159
160- # config/services.yaml
161- imports :
162- - { resource: services/mailer.yaml }
163- # ... other imports
160+ # config/services.yaml
161+ imports :
162+ - { resource: services/mailer.yaml }
163+ # ... other imports
164164
165- services :
166- _defaults :
167- autowire : true
168- autoconfigure : true
165+ services :
166+ _defaults :
167+ autowire : true
168+ autoconfigure : true
169169
170- App\ :
171- resource : ' ../src/*'
172- exclude :
173- - ' ../src/Mailer/'
174- - ' ../src/SpecificClass.php'
170+ App\ :
171+ resource : ' ../src/*'
172+ exclude :
173+ - ' ../src/Mailer/'
174+ - ' ../src/SpecificClass.php'
175175
176176 .. code-block :: xml
177177
@@ -232,19 +232,19 @@ same file. These later definitions will override the auto-registered ones:
232232
233233.. configuration-block ::
234234
235- .. code-block :: yaml
235+ .. code-block :: yaml
236236
237- # config/services.yaml
238- services :
239- _defaults :
240- autowire : true
241- autoconfigure : true
237+ # config/services.yaml
238+ services :
239+ _defaults :
240+ autowire : true
241+ autoconfigure : true
242242
243- App\ :
244- resource : ' ../src/*'
243+ App\ :
244+ resource : ' ../src/*'
245245
246- App\Mailer\MyMailer :
247- arguments : ['%env(MAILER_DSN)%']
246+ App\Mailer\MyMailer :
247+ arguments : ['%env(MAILER_DSN)%']
248248
249249 .. code-block :: xml
250250
You can’t perform that action at this time.
0 commit comments