The method Symfony\Component\Config...der\TreeBuilder::root() has been deprecated with message: since Symfony 4.3, pass the root name to the constructor instead
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be
removed from the class and what other method or class to use instead.
Loading history...
32
}
33
34
// @codeCoverageIgnoreStart
35
if (!$root instanceof ArrayNodeDefinition) {
36
throw new \RuntimeException(sprintf('Config root node must be a "%s", given "%s".', 'Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition', get_class($root)));
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.