[Dotenv] Remove DebugCommand::$defaultName and $defaultDescription

This commit is contained in:
Jérôme Tamarelle
2025-06-20 11:27:04 +02:00
committed by Fabien Potencier
parent 46655a0b7f
commit 7d690cf089

View File

@@ -30,16 +30,6 @@ use Symfony\Component\Dotenv\Dotenv;
#[AsCommand(name: 'debug:dotenv', description: 'List all dotenv files with variables and values')]
final class DebugCommand extends Command
{
/**
* @deprecated since Symfony 6.1
*/
protected static $defaultName = 'debug:dotenv';
/**
* @deprecated since Symfony 6.1
*/
protected static $defaultDescription = 'List all dotenv files with variables and values';
public function __construct(
private string $kernelEnvironment,
private string $projectDirectory,