Completed
Push — develop ( 0e9dd7...101596 )
by Greg
03:03
created
src/Locale/LocaleFrWf.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 LocaleFrWf extends LocaleFr
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryWf();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryWf();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleFrNe.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 LocaleFrNe extends LocaleFr
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryNe();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryNe();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleYue.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 LocaleYue extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return '粵語';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return '粵語';
17
+	}
18 18
 
19
-    public function language()
20
-    {
21
-        return new LanguageYue();
22
-    }
19
+	public function language()
20
+	{
21
+		return new LanguageYue();
22
+	}
23 23
 }
Please login to merge, or discard this patch.
src/Locale/LocaleLnCg.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 LocaleLnCg extends LocaleLn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryCg();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryCg();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleXh.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 LocaleXh extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'Xhosa';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'Xhosa';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'XHOSA';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'XHOSA';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageXh();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageXh();
27
+	}
28 28
 }
Please login to merge, or discard this patch.
src/Locale/LocaleArOm.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 LocaleArOm extends LocaleAr
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryOm();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryOm();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleSeFi.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 LocaleSeFi extends LocaleSe
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryFi();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryFi();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleLnCf.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 LocaleLnCf extends LocaleLn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryCf();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryCf();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleSbp.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 LocaleSbp extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'Ishisangu';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'Ishisangu';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'ISHISANGU';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'ISHISANGU';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageSbp();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageSbp();
27
+	}
28 28
 }
Please login to merge, or discard this patch.