A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "translation" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
Hide context Hide trace
[▼
"exception" => SilencedErrorContext^ {#1420 ▶}
]
{▼
.../vendor/symfony/config/Definition/Builder/TreeBuilder.php:52 {▶}
.../vendor/php-translation/symfony-bundle/DependencyInjection/Configuration.php:37 {▼
› $treeBuilder = new TreeBuilder();
› $root = $treeBuilder->root('translation');
›
}
}