Failed Conditions
Push — master ( 0d3cdf...d7033b )
by
unknown
08:24
created
lib/Service/CredentialService.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -45,12 +45,12 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
controller/filecontroller.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -24,10 +24,10 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.
controller/vaultcontroller.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -35,14 +35,14 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.