You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Bundle/JoseFramework/DependencyInjection/Configuration.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,7 @@ public function getConfigTreeBuilder()
44
44
{
45
45
$treeBuilder = newTreeBuilder();
46
46
$rootNode = $treeBuilder->root($this->alias);
47
-
$rootNode->setDeprecated('The child node "%node%" at path "%path%" is deprecated and will be removed on v2.x. It has no effect anymore. Please refer to https://github.com/symfony/symfony/pull/25699');
0 commit comments