Skip to content

Commit 4a5a0c2

Browse files
keradusnicolas-grekas
authored andcommitted
DX: nullable_type_declaration
1 parent 2136b00 commit 4a5a0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/DotenvDumpCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
final class DotenvDumpCommand extends Command
3131
{
3232
private string $projectDir;
33-
private string|null $defaultEnv;
33+
private ?string $defaultEnv;
3434

3535
public function __construct(string $projectDir, string $defaultEnv = null)
3636
{

0 commit comments

Comments
 (0)