We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cadef2e + 35239b0 commit d6ec1c9Copy full SHA for d6ec1c9
Command/DebugCommand.php
@@ -29,8 +29,8 @@
29
#[AsCommand(name: 'debug:dotenv', description: 'Lists all dotenv files with variables and values')]
30
final class DebugCommand extends Command
31
{
32
- private $kernelEnvironment;
33
- private $projectDirectory;
+ private string $kernelEnvironment;
+ private string $projectDirectory;
34
35
public function __construct(string $kernelEnvironment, string $projectDirectory)
36
0 commit comments