Failed Conditions
Pull Request — master (#721)
by Marcos
06:05
created
controller/iconcontroller.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -31,11 +31,11 @@
 block discarded – undo
31 31
 	const ICON_CACHE_OFFSET = 2592000;  // 3600 * 24 * 30
32 32
 
33 33
 	public function __construct($AppName,
34
-	                            IRequest $request,
35
-	                            $UserId,
36
-	                            CredentialService $credentialService,
37
-	                            AppManager $am,
38
-	                            IURLGenerator $urlGenerator
34
+								IRequest $request,
35
+								$UserId,
36
+								CredentialService $credentialService,
37
+								AppManager $am,
38
+								IURLGenerator $urlGenerator
39 39
 	) {
40 40
 		parent::__construct(
41 41
 			$AppName,
Please login to merge, or discard this patch.