Skip to content

Commit 20e26d9

Browse files
xabbuhostrolucky
authored andcommitted
clarify message to better hint which "auto_mapping" option is deprecated
1 parent 772fc23 commit 20e26d9

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
@@ -428,7 +428,7 @@ private function addOrmSection(ArrayNodeDefinition $node): void
428428
->setDeprecated(
429429
'doctrine/doctrine-bundle',
430430
'3.1',
431-
'The "%node%" option is deprecated and will be removed in DoctrineBundle 4.0, as it only accepts `false` since 3.0.',
431+
'The "%path%.%node%" option is deprecated and will be removed in DoctrineBundle 4.0, as it only accepts `false` since 3.0.',
432432
)
433433
->info('Set to true to enable using route placeholders as lookup criteria when the primary key doesn\'t match the argument name')
434434
->end()

0 commit comments

Comments
 (0)