Skip to content

Commit 4d66f30

Browse files
Merge branch '6.4' into 7.0
* 6.4: [Messenger] Fix requiring symfony/deprecation-contracts [AssetMapper] Warn of missing or incompat dependencies Added missing Uzbek translations. [Messenger] [Sqs] Add `AddFifoStamp` middleware DX: nullable_type_declaration [HtmlSanitizer] Add support for sanitizing unlimited length of HTML document [Validator] Add missing Finnish translations [FrameworkBundle][Routing][Translation][Workflow] Move some compiler passes from FrameworkBundle to components
2 parents 4823b14 + 4a5a0c2 commit 4d66f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/DotenvDumpCommand.php

+1-1
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)