Completed
Push — develop ( 097596...b2a605 )
by Greg
02:18
created
src/Script/ScriptSoyo.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 		return '329';
17 17
 	}
18 18
 
19
-    public function unicodeName() {
20
-        return 'Soyombo';
21
-    }
19
+	public function unicodeName() {
20
+		return 'Soyombo';
21
+	}
22 22
 }
Please login to merge, or discard this patch.
src/Language/LanguageCcp.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -22,12 +22,12 @@
 block discarded – undo
22 22
 		return new TerritoryBd;
23 23
 	}
24 24
 
25
-    public function defaultScript() {
26
-        return new ScriptCakm;
27
-    }
25
+	public function defaultScript() {
26
+		return new ScriptCakm;
27
+	}
28 28
 
29
-    public function pluralRule()
30
-    {
31
-        return new PluralRule0();
32
-    }
29
+	public function pluralRule()
30
+	{
31
+		return new PluralRule0();
32
+	}
33 33
 }
Please login to merge, or discard this patch.
src/Locale/LocaleCcp.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,11 +10,11 @@
 block discarded – undo
10 10
  * @license       GPLv3+
11 11
  */
12 12
 class LocaleCcp extends AbstractLocale implements LocaleInterface {
13
-    protected function digitsGroup() {
14
-        return 2;
15
-    }
13
+	protected function digitsGroup() {
14
+		return 2;
15
+	}
16 16
 
17
-    public function endonym() {
17
+	public function endonym() {
18 18
 		return '
Please login to merge, or discard this patch.
src/Locale/LocaleNdsNl.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
  * @license       GPLv3+
11 11
  */
12 12
 class LocaleNdsNl extends LocaleNds implements LocaleInterface {
13
-    public function territory() {
14
-        return new TerritoryNl;
15
-    }
13
+	public function territory() {
14
+		return new TerritoryNl;
15
+	}
16 16
 }
Please login to merge, or discard this patch.