Skip to content

Commit 8b0e7f0

Browse files
committed
fix: code style errors
1 parent 182dbb8 commit 8b0e7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Health/Checker/PerformanceChecker/DisableSymfonySecretsChecker.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DisableSymfonySecretsChecker implements PerformanceCheckerInterface, Check
1414
{
1515
public function __construct(
1616
#[Autowire(service: 'secrets.vault')]
17-
private readonly ?AbstractVault $vault = null
17+
private readonly ?AbstractVault $vault = null,
1818
) {}
1919

2020
public function collect(HealthCollection $collection): void

0 commit comments

Comments
 (0)