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 @@ -158,23 +158,23 @@ from auto-registering classes that are defined manually elsewhere:
158158
159159.. configuration-block ::
160160
161- .. code-block :: yaml
161+ .. code-block :: yaml
162162
163- # config/services.yaml
164- imports :
165- - { resource: services/mailer.yaml }
166- # ... other imports
163+ # config/services.yaml
164+ imports :
165+ - { resource: services/mailer.yaml }
166+ # ... other imports
167167
168- services :
169- _defaults :
170- autowire : true
171- autoconfigure : true
168+ services :
169+ _defaults :
170+ autowire : true
171+ autoconfigure : true
172172
173- App\ :
174- resource : ' ../src/*'
175- exclude :
176- - ' ../src/Mailer/'
177- - ' ../src/SpecificClass.php'
173+ App\ :
174+ resource : ' ../src/*'
175+ exclude :
176+ - ' ../src/Mailer/'
177+ - ' ../src/SpecificClass.php'
178178
179179 .. code-block :: xml
180180
@@ -235,19 +235,19 @@ same file. These later definitions will override the auto-registered ones:
235235
236236.. configuration-block ::
237237
238- .. code-block :: yaml
238+ .. code-block :: yaml
239239
240- # config/services.yaml
241- services :
242- _defaults :
243- autowire : true
244- autoconfigure : true
240+ # config/services.yaml
241+ services :
242+ _defaults :
243+ autowire : true
244+ autoconfigure : true
245245
246- App\ :
247- resource : ' ../src/*'
246+ App\ :
247+ resource : ' ../src/*'
248248
249- App\Mailer\MyMailer :
250- arguments : ['%env(MAILER_DSN)%']
249+ App\Mailer\MyMailer :
250+ arguments : ['%env(MAILER_DSN)%']
251251
252252 .. code-block :: xml
253253
You can’t perform that action at this time.
0 commit comments