Skip to content

Commit 3c68255

Browse files
authored
Merge pull request #2112 from greg0ire/validate-xml-mapping-docs
Update validate_xml_mapping info
2 parents 1b3ffb3 + 5df4d43 commit 3c68255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ private function getOrmEntityManagersNode(): ArrayNodeDefinition
714714
->thenInvalid('The setting "report_fields_where_declared" cannot be disabled for ORM 3.')
715715
->end()
716716
->end()
717-
->booleanNode('validate_xml_mapping')->defaultFalse()->info('Set to "true" to opt-in to the new mapping driver mode that was added in Doctrine ORM 2.14 and will be mandatory in ORM 3.0. See https://github.com/doctrine/orm/pull/6728.')->end()
717+
->booleanNode('validate_xml_mapping')->defaultFalse()->info('Set to "true" to opt-in to the new mapping driver mode that was added in Doctrine ORM 2.14. See https://github.com/doctrine/orm/pull/6728.')->end()
718718
->end()
719719
->children()
720720
->arrayNode('second_level_cache')

0 commit comments

Comments
 (0)