Skip to content

Commit d6ec1c9

Browse files
Merge branch '6.4' into 7.0
* 6.4: fix typo Add types to private and internal properties [Workflow] Cleaning code [Scheduler] Fix NPE in debug:scheduler command
2 parents cadef2e + 35239b0 commit d6ec1c9

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
@@ -29,8 +29,8 @@
2929
#[AsCommand(name: 'debug:dotenv', description: 'Lists all dotenv files with variables and values')]
3030
final class DebugCommand extends Command
3131
{
32-
private $kernelEnvironment;
33-
private $projectDirectory;
32+
private string $kernelEnvironment;
33+
private string $projectDirectory;
3434

3535
public function __construct(string $kernelEnvironment, string $projectDirectory)
3636
{

0 commit comments

Comments
 (0)