Skip to content

Commit 35239b0

Browse files
Add types to private and internal properties
1 parent 32bd511 commit 35239b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Command/DebugCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ final class DebugCommand extends Command
3939
*/
4040
protected static $defaultDescription = 'Lists all dotenv files with variables and values';
4141

42-
private $kernelEnvironment;
43-
private $projectDirectory;
42+
private string $kernelEnvironment;
43+
private string $projectDirectory;
4444

4545
public function __construct(string $kernelEnvironment, string $projectDirectory)
4646
{

0 commit comments

Comments
 (0)