Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4c31cec

Browse filesBrowse files
committed
minor #21123 [Doctrine] fix code block indentation (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [Doctrine] fix code block indentation Commits ------- 451ca51 fix code block indentation
2 parents a7c87ad + 451ca51 commit 4c31cec
Copy full SHA for 4c31cec

File tree

Expand file treeCollapse file tree

1 file changed

+28
-28
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+28
-28
lines changed

‎reference/configuration/doctrine.rst

Copy file name to clipboardExpand all lines: reference/configuration/doctrine.rst
+28-28Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.