Completed
Push — develop ( 0e9dd7...101596 )
by Greg
03:03
created
src/Locale/LocaleFrGa.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 LocaleFrGa extends LocaleFr
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryGa();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryGa();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnBi.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 LocaleEnBi extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryBi();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryBi();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleSwKe.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 LocaleSwKe extends LocaleSw
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryKe();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryKe();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEsEa.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 LocaleEsEa extends LocaleEs
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryEa();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryEa();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnSd.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 LocaleEnSd extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritorySd();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritorySd();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleTiEr.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 LocaleTiEr extends LocaleTi
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/LocaleCaEsValencia.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 LocaleCaEsValencia extends LocaleCaEs
13 13
 {
14
-    public function variant()
15
-    {
16
-        return new VariantValencia();
17
-    }
14
+	public function variant()
15
+	{
16
+		return new VariantValencia();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleOr.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 LocaleOr extends AbstractLocale implements LocaleInterface
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 endonym()
20
-    {
21
-        return 'ଓଡ଼ିଆ';
22
-    }
19
+	public function endonym()
20
+	{
21
+		return 'ଓଡ଼ିଆ';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageOr();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageOr();
27
+	}
28 28
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnPr.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 LocaleEnPr extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryPr();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryPr();
17
+	}
18 18
 }
Please login to merge, or discard this patch.