Completed
Push — develop ( 0e9dd7...101596 )
by Greg
03:03
created
src/Locale/LocaleEeTg.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 LocaleEeTg extends LocaleEe
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryTg();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryTg();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleSn.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 LocaleSn extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'chiShona';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'chiShona';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'CHISHONA';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'CHISHONA';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageSn();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageSn();
27
+	}
28 28
 }
Please login to merge, or discard this patch.
src/Locale/LocaleBg.php 1 patch
Indentation   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -11,31 +11,31 @@
 block discarded – undo
11 11
  */
12 12
 class LocaleBg 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 endonymSortable()
20
-    {
21
-        return 'БЪЛГАРСКИ';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'БЪЛГАРСКИ';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageBg();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageBg();
27
+	}
28 28
 
29
-    protected function minimumGroupingDigits()
30
-    {
31
-        return 2;
32
-    }
29
+	protected function minimumGroupingDigits()
30
+	{
31
+		return 2;
32
+	}
33 33
 
34
-    public function numberSymbols()
35
-    {
36
-        return array(
37
-            self::GROUP   => self::NBSP,
38
-            self::DECIMAL => self::COMMA,
39
-        );
40
-    }
34
+	public function numberSymbols()
35
+	{
36
+		return array(
37
+			self::GROUP   => self::NBSP,
38
+			self::DECIMAL => self::COMMA,
39
+		);
40
+	}
41 41
 }
Please login to merge, or discard this patch.
src/Locale/LocaleCcpIn.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 LocaleCcpIn extends LocaleCcp
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryIn();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryIn();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleFrTg.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 LocaleFrTg extends LocaleFr
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryTg();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryTg();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleSvAx.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 LocaleSvAx extends LocaleSv
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryAx();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryAx();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnUm.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 LocaleEnUm extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryUm();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryUm();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnCh.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 LocaleEnCh extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryCh();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryCh();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleNaq.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 LocaleNaq extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'Khoekhoegowab';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'Khoekhoegowab';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'KHOEKHOEGOWAB';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'KHOEKHOEGOWAB';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageNaq();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageNaq();
27
+	}
28 28
 }
Please login to merge, or discard this patch.