@@ -45,12 +45,12 @@ |
||
45 | 45 | private $server_key; |
46 | 46 | |
47 | 47 | public function __construct(CredentialMapper $credentialMapper, |
48 | - SharingACLMapper $sharingACL, |
|
49 | - ActivityService $activityService, |
|
50 | - ShareService $shareService, |
|
51 | - EncryptService $encryptService, |
|
52 | - CredentialRevisionService $credentialRevisionService, |
|
53 | - IConfig $config) { |
|
48 | + SharingACLMapper $sharingACL, |
|
49 | + ActivityService $activityService, |
|
50 | + ShareService $shareService, |
|
51 | + EncryptService $encryptService, |
|
52 | + CredentialRevisionService $credentialRevisionService, |
|
53 | + IConfig $config) { |
|
54 | 54 | $this->credentialMapper = $credentialMapper; |
55 | 55 | $this->sharingACL = $sharingACL; |
56 | 56 | $this->activityService = $activityService; |
@@ -24,10 +24,10 @@ |
||
24 | 24 | private $logger; |
25 | 25 | |
26 | 26 | public function __construct($AppName, |
27 | - IRequest $request, |
|
27 | + IRequest $request, |
|
28 | 28 | $UserId, |
29 | - FileService $fileService, |
|
30 | - LoggerInterface $logger) { |
|
29 | + FileService $fileService, |
|
30 | + LoggerInterface $logger) { |
|
31 | 31 | parent::__construct( |
32 | 32 | $AppName, |
33 | 33 | $request, |
@@ -35,14 +35,14 @@ |
||
35 | 35 | private $deleteVaultRequestService; |
36 | 36 | |
37 | 37 | public function __construct($AppName, |
38 | - IRequest $request, |
|
38 | + IRequest $request, |
|
39 | 39 | $UserId, |
40 | - VaultService $vaultService, |
|
41 | - CredentialService $credentialService, |
|
42 | - DeleteVaultRequestService $deleteVaultRequestService, |
|
43 | - SettingsService $settings, |
|
44 | - FileService $fileService, |
|
45 | - LoggerInterface $logger) { |
|
40 | + VaultService $vaultService, |
|
41 | + CredentialService $credentialService, |
|
42 | + DeleteVaultRequestService $deleteVaultRequestService, |
|
43 | + SettingsService $settings, |
|
44 | + FileService $fileService, |
|
45 | + LoggerInterface $logger) { |
|
46 | 46 | parent::__construct( |
47 | 47 | $AppName, |
48 | 48 | $request, |