We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e90166 commit afdb565Copy full SHA for afdb565
1 file changed
src/Service/AdvisoryFactory.php
@@ -16,9 +16,8 @@ class AdvisoryFactory
16
{
17
public function __construct(
18
private readonly EntityManagerInterface $entityManager,
19
- private readonly AdvisoryRepository $advisoryRepository,
20
- )
21
- {
+ private readonly AdvisoryRepository $advisoryRepository,
+ ) {
22
}
23
24
public function setAdvisories(Installation $installation, object $audit): void
0 commit comments