Completed
Push — develop ( 0e9dd7...101596 )
by Greg
03:03
created
src/Locale/LocaleRuBy.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
  */
12 12
 class LocaleRuBy extends LocaleRu
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryBy();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryBy();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnEr.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
  */
12 12
 class LocaleEnEr extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryEr();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryEr();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEsUy.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
  */
12 12
 class LocaleEsUy extends LocaleEs
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryUy();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryUy();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnJe.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
  */
12 12
 class LocaleEnJe extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryJe();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryJe();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEsIc.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
  */
12 12
 class LocaleEsIc extends LocaleEs
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryIc();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryIc();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnPh.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
  */
12 12
 class LocaleEnPh extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryPh();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryPh();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleStZw.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
  */
12 12
 class LocaleStZw extends LocaleSt
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryZw();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryZw();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleTo.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -11,18 +11,18 @@
 block discarded – undo
11 11
  */
12 12
 class LocaleTo extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'lea fakatonga';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'lea fakatonga';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'LEA FAKATONGA';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'LEA FAKATONGA';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageTo();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageTo();
27
+	}
28 28
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnIn.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -11,13 +11,13 @@
 block discarded – undo
11 11
  */
12 12
 class LocaleEnIn extends LocaleEn
13 13
 {
14
-    protected function digitsGroup()
15
-    {
16
-        return 2;
17
-    }
14
+	protected function digitsGroup()
15
+	{
16
+		return 2;
17
+	}
18 18
 
19
-    public function territory()
20
-    {
21
-        return new TerritoryIn();
22
-    }
19
+	public function territory()
20
+	{
21
+		return new TerritoryIn();
22
+	}
23 23
 }
Please login to merge, or discard this patch.