Passed
Push — master ( 2c4494...621815 )
by Joas
15:41 queued 11s
created
apps/oauth2/lib/Settings/Admin.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -27,20 +27,20 @@
 block discarded – undo
27 27
 
28 28
 class Admin implements ISettings {
29 29
 
30
-	public function getForm(): TemplateResponse {
31
-		return new TemplateResponse(
32
-			'oauth2',
33
-			'admin',
34
-			[],
35
-			''
36
-		);
37
-	}
30
+    public function getForm(): TemplateResponse {
31
+        return new TemplateResponse(
32
+            'oauth2',
33
+            'admin',
34
+            [],
35
+            ''
36
+        );
37
+    }
38 38
 
39
-	public function getSection(): string {
40
-		return 'security';
41
-	}
39
+    public function getSection(): string {
40
+        return 'security';
41
+    }
42 42
 
43
-	public function getPriority(): int {
44
-		return 100;
45
-	}
43
+    public function getPriority(): int {
44
+        return 100;
45
+    }
46 46
 }
Please login to merge, or discard this patch.