Skip to content

Commit 5df4d43

Browse files
committed
Update validate_xml_mapping info
The mentioned validation did not become mandatory in ORM 3.0, you can still opt out.
1 parent 927b569 commit 5df4d43

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)