Skip to content

Commit

Permalink
Add a config setting info() message
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed May 24, 2023
1 parent 9b3b25a commit 51be3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ private function getOrmEntityManagersNode(): ArrayNodeDefinition
->arrayNode('schema_ignore_classes')
->prototype('scalar')->end()
->end()
->scalarNode('report_fields_where_declared')->defaultFalse()->end()
->scalarNode('report_fields_where_declared')->defaultFalse()->info('Set to "true" to opt-in to the new mapping driver mode that was added in Doctrine ORM 2.16 and will be mandatory in ORM 3.0. See https://github.com/doctrine/orm/pull/10455.')->end()
->end()
->children()
->arrayNode('second_level_cache')
Expand Down

0 comments on commit 51be3e2

Please sign in to comment.