Skip to content

Commit afdb565

Browse files
committed
3811: CS fix
1 parent 5e90166 commit afdb565

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/Service/AdvisoryFactory.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ class AdvisoryFactory
1616
{
1717
public function __construct(
1818
private readonly EntityManagerInterface $entityManager,
19-
private readonly AdvisoryRepository $advisoryRepository,
20-
)
21-
{
19+
private readonly AdvisoryRepository $advisoryRepository,
20+
) {
2221
}
2322

2423
public function setAdvisories(Installation $installation, object $audit): void

0 commit comments

Comments
 (0)