Completed
Push — develop ( 0e9dd7...101596 )
by Greg
03:03
created
src/Locale/LocaleEbu.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 LocaleEbu extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'Kĩembu';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'Kĩembu';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'KIEMBU';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'KIEMBU';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageEbu();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageEbu();
27
+	}
28 28
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEsGq.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 LocaleEsGq extends LocaleEs
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryGq();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryGq();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocalePtAo.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 LocalePtAo extends LocalePt
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryAo();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryAo();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleAf.php 1 patch
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -11,26 +11,26 @@
 block discarded – undo
11 11
  */
12 12
 class LocaleAf extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'Afrikaans';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'Afrikaans';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'AFRIKAANS';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'AFRIKAANS';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageAf();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageAf();
27
+	}
28 28
 
29
-    public function numberSymbols()
30
-    {
31
-        return array(
32
-            self::GROUP   => self::NBSP,
33
-            self::DECIMAL => self::COMMA,
34
-        );
35
-    }
29
+	public function numberSymbols()
30
+	{
31
+		return array(
32
+			self::GROUP   => self::NBSP,
33
+			self::DECIMAL => self::COMMA,
34
+		);
35
+	}
36 36
 }
Please login to merge, or discard this patch.
src/Locale/LocaleFrMq.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 LocaleFrMq extends LocaleFr
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryMq();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryMq();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnDm.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 LocaleEnDm extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryDm();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryDm();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEsBz.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 LocaleEsBz extends LocaleEs
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryBz();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryBz();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleKk.php 1 patch
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -11,26 +11,26 @@
 block discarded – undo
11 11
  */
12 12
 class LocaleKk 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 LanguageKk();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageKk();
27
+	}
28 28
 
29
-    public function numberSymbols()
30
-    {
31
-        return array(
32
-            self::GROUP   => self::NBSP,
33
-            self::DECIMAL => self::COMMA,
34
-        );
35
-    }
29
+	public function numberSymbols()
30
+	{
31
+		return array(
32
+			self::GROUP   => self::NBSP,
33
+			self::DECIMAL => self::COMMA,
34
+		);
35
+	}
36 36
 }
Please login to merge, or discard this patch.
src/Locale/LocaleNusSs.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 LocaleNusSs extends LocaleNus
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritorySs();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritorySs();
17
+	}
18 18
 }
Please login to merge, or discard this patch.