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.
1 parent 32bd511 commit 35239b0Copy full SHA for 35239b0
Command/DebugCommand.php
@@ -39,8 +39,8 @@ final class DebugCommand extends Command
39
*/
40
protected static $defaultDescription = 'Lists all dotenv files with variables and values';
41
42
- private $kernelEnvironment;
43
- private $projectDirectory;
+ private string $kernelEnvironment;
+ private string $projectDirectory;
44
45
public function __construct(string $kernelEnvironment, string $projectDirectory)
46
{
0 commit comments