Completed
Push — develop ( 0e9dd7...101596 )
by Greg
03:03
created
src/Locale/LocaleFrCf.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 LocaleFrCf extends LocaleFr
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/LocaleEnMp.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 LocaleEnMp extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryMp();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryMp();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleFrGn.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 LocaleFrGn extends LocaleFr
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryGn();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryGn();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleSqMk.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 LocaleSqMk extends LocaleSq
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryMk();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryMk();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleFrDz.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 LocaleFrDz extends LocaleFr
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryDz();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryDz();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnFk.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 LocaleEnFk extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryFk();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryFk();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleVe.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 LocaleVe extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'Tshivenḓa';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'Tshivenḓa';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'TSHIVENDA';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'TSHIVENDA';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageVe();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageVe();
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/LocaleSs.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 LocaleSs extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'Siswati';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'Siswati';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'SISWATI';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'SISWATI';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageSs();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageSs();
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/LocaleEnCc.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 LocaleEnCc extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryCc();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryCc();
17
+	}
18 18
 }
Please login to merge, or discard this patch.