Skip to content

Commit

Permalink
fixed dependencies order
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierlacot committed Aug 21, 2023
1 parent d444a5d commit 8c83389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MarkdownFixer.php
Expand Up @@ -33,8 +33,8 @@ class MarkdownFixer
private readonly MarkdownRenderer $markdownRenderer;

public function __construct(
LoggerInterface $logger = null,
Environment $environment = null,
LoggerInterface $logger = null,
) {
if (null === $environment) {
$environment = new Environment();
Expand Down

0 comments on commit 8c83389

Please sign in to comment.