Skip to content

Commit 4af9982

Browse files
Merge branch '7.4' into 8.0
* 7.4: [Validator] bad value on AbstractComparison constructor using array parameter [DependencyInjection] Deprecate ExtensionInterface::getXsdValidationBasePath() and getNamespace() do not install symfony/intl < 7.4 [Console] Ensure terminal is usable after termination signal [Workflow] Add support for weighted transitions bug #61887 [Serializer] Fix discriminator class mapping with allow_extra_attributes=false
2 parents 046f4ae + 04500c5 commit 4af9982

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

DependencyInjection/DebugExtension.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,17 @@ public function load(array $configs, ContainerBuilder $container): void
8585
}
8686
}
8787

88+
/**
89+
* @deprecated since Symfony 7.4, to be removed in Symfony 8.0 together with XML support.
90+
*/
8891
public function getXsdValidationBasePath(): string|false
8992
{
9093
return __DIR__.'/../Resources/config/schema';
9194
}
9295

96+
/**
97+
* @deprecated since Symfony 7.4, to be removed in Symfony 8.0 together with XML support.
98+
*/
9399
public function getNamespace(): string
94100
{
95101
return 'http://symfony.com/schema/dic/debug';

0 commit comments

Comments
 (0)