Skip to content

Commit 583058e

Browse files
committed
minor #20141 [Config] Match Yaml configuration and Tree (devojifr)
This PR was merged into the 5.4 branch. Discussion ---------- [Config] Match Yaml configuration and Tree The documentation shows Yaml configuration using a mysql string as a default value for default_connection configuration. It may be reflected into the Tree. Even if this is not an error, it may help to remain consistent. Commits ------- 309141a [Config] Match Yaml configuration and Tree
2 parents 8767ab2 + 309141a commit 583058e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/config/definition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ reflect the real structure of the configuration values::
8181
->defaultTrue()
8282
->end()
8383
->scalarNode('default_connection')
84-
->defaultValue('default')
84+
->defaultValue('mysql')
8585
->end()
8686
->end()
8787
;

0 commit comments

Comments
 (0)