mirror of
https://github.com/symfony/dotenv.git
synced 2026-03-23 23:52:14 +01:00
[Dotenv] Remove DebugCommand::$defaultName and $defaultDescription
This commit is contained in:
committed by
Fabien Potencier
parent
46655a0b7f
commit
7d690cf089
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user