@@ -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; |
@@ -22,9 +22,9 @@ |
||
22 | 22 | private $fileService; |
23 | 23 | |
24 | 24 | public function __construct($AppName, |
25 | - IRequest $request, |
|
25 | + IRequest $request, |
|
26 | 26 | $UserId, |
27 | - FileService $fileService) { |
|
27 | + FileService $fileService) { |
|
28 | 28 | parent::__construct( |
29 | 29 | $AppName, |
30 | 30 | $request, |
@@ -34,14 +34,14 @@ |
||
34 | 34 | private $deleteVaultRequestService; |
35 | 35 | |
36 | 36 | public function __construct($AppName, |
37 | - IRequest $request, |
|
37 | + IRequest $request, |
|
38 | 38 | $UserId, |
39 | - VaultService $vaultService, |
|
40 | - CredentialService $credentialService, |
|
41 | - DeleteVaultRequestService $deleteVaultRequestService, |
|
42 | - SettingsService $settings, |
|
43 | - FileService $fileService, |
|
44 | - LoggerInterface $logger) { |
|
39 | + VaultService $vaultService, |
|
40 | + CredentialService $credentialService, |
|
41 | + DeleteVaultRequestService $deleteVaultRequestService, |
|
42 | + SettingsService $settings, |
|
43 | + FileService $fileService, |
|
44 | + LoggerInterface $logger) { |
|
45 | 45 | parent::__construct( |
46 | 46 | $AppName, |
47 | 47 | $request, |