Passed
Push — master ( 80372a...91487d )
by Roeland
12:27 queued 12s
created
lib/private/App/AppStore/Bundles/EducationBundle.php 1 patch
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -25,24 +25,24 @@
 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
-			'dashboard',
41
-			'circles',
42
-			'groupfolders',
43
-			'announcementcenter',
44
-			'quota_warning',
45
-			'user_saml',
46
-		];
47
-	}
35
+    /**
36
+     * {@inheritDoc}
37
+     */
38
+    public function getAppIdentifiers() {
39
+        return [
40
+            'dashboard',
41
+            'circles',
42
+            'groupfolders',
43
+            'announcementcenter',
44
+            'quota_warning',
45
+            'user_saml',
46
+        ];
47
+    }
48 48
 }
Please login to merge, or discard this patch.