Skip to content

Commit 46eb04a

Browse files
committed
Add missing constructor docblock
1 parent eec1b1d commit 46eb04a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/Service/VrijBrpService.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ class VrijBrpService
2323

2424

2525
/**
26-
* @param CacheService $cacheService
27-
* @param GatewayResourceService $resourceService
28-
* @param EntityManagerInterface $entityManager
29-
* @param NewSynchronizationService $syncService
26+
* The constructor
27+
*
28+
* @param CacheService $cacheService The cacheservice
29+
* @param GatewayResourceService $resourceService The resourceservice
30+
* @param EntityManagerInterface $entityManager The Entity manager
31+
* @param NewSynchronizationService $syncService The synchronizationservice
3032
*/
3133
public function __construct(
3234
private readonly CacheService $cacheService,

0 commit comments

Comments
 (0)