We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec1b1d commit 46eb04aCopy full SHA for 46eb04a
src/Service/VrijBrpService.php
@@ -23,10 +23,12 @@ class VrijBrpService
23
24
25
/**
26
- * @param CacheService $cacheService
27
- * @param GatewayResourceService $resourceService
28
- * @param EntityManagerInterface $entityManager
29
- * @param NewSynchronizationService $syncService
+ * The constructor
+ *
+ * @param CacheService $cacheService The cacheservice
+ * @param GatewayResourceService $resourceService The resourceservice
30
+ * @param EntityManagerInterface $entityManager The Entity manager
31
+ * @param NewSynchronizationService $syncService The synchronizationservice
32
*/
33
public function __construct(
34
private readonly CacheService $cacheService,
0 commit comments