Passed
Push — master ( c235a4...b31c98 )
by Roeland
13:14 queued 11s
created
lib/private/App/AppStore/Bundles/EducationBundle.php 1 patch
Indentation   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -25,27 +25,27 @@
 block discarded – undo
25 25
 
26 26
 class EducationBundle extends Bundle {
27 27
 
28
-	/**
29
-	 * {@inheritDoc}
30
-	 */
31
-	public function getName() {
32
-		return (string)$this->l10n->t('Education Edition');
33
-	}
28
+    /**
29
+     * {@inheritDoc}
30
+     */
31
+    public function getName() {
32
+        return (string)$this->l10n->t('Education Edition');
33
+    }
34 34
 
35
-	/**
36
-	 * {@inheritDoc}
37
-	 */
38
-	public function getAppIdentifiers() {
39
-		return [
40
-			'zenodo',
41
-			'dashboard',
42
-			'circles',
43
-			'groupfolders',
44
-			'announcementcenter',
45
-			'quota_warning',
46
-			'orcid',
47
-			'user_saml',
48
-		];
49
-	}
35
+    /**
36
+     * {@inheritDoc}
37
+     */
38
+    public function getAppIdentifiers() {
39
+        return [
40
+            'zenodo',
41
+            'dashboard',
42
+            'circles',
43
+            'groupfolders',
44
+            'announcementcenter',
45
+            'quota_warning',
46
+            'orcid',
47
+            'user_saml',
48
+        ];
49
+    }
50 50
 
51 51
 }
Please login to merge, or discard this patch.