@@ -159,22 +159,22 @@ If you want to configure multiple connections in YAML, put them under the
159159
160160 .. code-block :: yaml
161161
162- doctrine:
163- dbal:
164- default_connection: default
165- connections:
166- default:
167- dbname: Symfony
168- user: root
169- password: null
170- host: localhost
171- server_version: '8.0.37'
172- customer:
173- dbname: customer
174- user: root
175- password: null
176- host: localhost
177- server_version: '8.2.0'
162+ doctrine :
163+ dbal :
164+ default_connection : default
165+ connections :
166+ default :
167+ dbname : Symfony
168+ user : root
169+ password : null
170+ host : localhost
171+ server_version : ' 8.0.37'
172+ customer :
173+ dbname : customer
174+ user : root
175+ password : null
176+ host : localhost
177+ server_version : ' 8.2.0'
178178
179179 .. code-block :: php
180180
@@ -231,18 +231,18 @@ that the ORM resolves to:
231231
232232 .. code-block :: yaml
233233
234- doctrine:
235- orm:
236- auto_mapping: false
237- # the standard distribution overrides this to be true in debug, false otherwise
238- auto_generate_proxy_classes: false
239- proxy_namespace: Proxies
240- proxy_dir: '%kernel.cache_dir%/doctrine/orm/Proxies'
241- default_entity_manager: default
242- metadata_cache_driver: array
243- query_cache_driver: array
244- result_cache_driver: array
245- naming_strategy: doctrine.orm.naming_strategy.default
234+ doctrine :
235+ orm :
236+ auto_mapping : false
237+ # the standard distribution overrides this to be true in debug, false otherwise
238+ auto_generate_proxy_classes : false
239+ proxy_namespace : Proxies
240+ proxy_dir : ' %kernel.cache_dir%/doctrine/orm/Proxies'
241+ default_entity_manager : default
242+ metadata_cache_driver : array
243+ query_cache_driver : array
244+ result_cache_driver : array
245+ naming_strategy : doctrine.orm.naming_strategy.default
246246
247247 .. code-block :: php
248248
0 commit comments