Skip to content

Commit dccb004

Browse files
authored
Add the info for the enable_lazy_ghost_objects node
1 parent 6c408dc commit dccb004

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,9 @@ private function addOrmSection(ArrayNodeDefinition $node): void
505505
})
506506
->end()
507507
->end()
508-
->booleanNode('enable_lazy_ghost_objects')->defaultValue(! method_exists(ProxyFactory::class, 'resetUninitializedProxy'))
508+
->booleanNode('enable_lazy_ghost_objects')
509+
->defaultValue(! method_exists(ProxyFactory::class, 'resetUninitializedProxy'))
510+
->info('Enables the new implementation of proxies based on lazy ghosts instead of using the legacy implementation')
509511
->end()
510512
->scalarNode('proxy_dir')->defaultValue('%kernel.cache_dir%/doctrine/orm/Proxies')->end()
511513
->scalarNode('proxy_namespace')->defaultValue('Proxies')->end()

0 commit comments

Comments
 (0)