Skip to content

Commit

Permalink
fix: code style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Dec 9, 2024
1 parent 182dbb8 commit 8b0e7f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DisableSymfonySecretsChecker implements PerformanceCheckerInterface, Check
{
public function __construct(
#[Autowire(service: 'secrets.vault')]
private readonly ?AbstractVault $vault = null
private readonly ?AbstractVault $vault = null,
) {}

public function collect(HealthCollection $collection): void
Expand Down

0 comments on commit 8b0e7f0

Please sign in to comment.