Completed
Push — develop ( 0e9dd7...101596 )
by Greg
03:03
created
src/Locale/LocaleEnPn.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 LocaleEnPn extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryPn();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryPn();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleMl.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 LocaleMl 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 LanguageMl();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageMl();
27
+	}
28 28
 }
Please login to merge, or discard this patch.
src/Locale/LocaleFrSy.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 LocaleFrSy extends LocaleFr
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritorySy();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritorySy();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleMt.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 LocaleMt extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'Malti';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'Malti';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'MALTI';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'MALTI';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageMt();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageMt();
27
+	}
28 28
 }
Please login to merge, or discard this patch.
src/Locale/LocaleArKw.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 LocaleArKw extends LocaleAr
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryKw();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryKw();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnMu.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 LocaleEnMu extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryMu();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryMu();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEn.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 LocaleEn extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'English';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'English';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'ENGLISH';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'ENGLISH';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageEn();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageEn();
27
+	}
28 28
 }
Please login to merge, or discard this patch.
src/Locale/LocaleArEg.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 LocaleArEg extends LocaleAr
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryEg();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryEg();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleNqo.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 LocaleNqo 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 LanguageNqo();
22
-    }
19
+	public function language()
20
+	{
21
+		return new LanguageNqo();
22
+	}
23 23
 }
Please login to merge, or discard this patch.