Completed
Push — develop ( 0e9dd7...101596 )
by Greg
03:03
created
src/Locale/LocaleRoMd.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 LocaleRoMd extends LocaleRo
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'moldovenească';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'moldovenească';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'MOLDOVENEASCA';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'MOLDOVENEASCA';
22
+	}
23 23
 
24
-    public function territory()
25
-    {
26
-        return new TerritoryMd();
27
-    }
24
+	public function territory()
25
+	{
26
+		return new TerritoryMd();
27
+	}
28 28
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnGg.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 LocaleEnGg extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryGg();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryGg();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEnTt.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 LocaleEnTt extends LocaleEn
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryTt();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryTt();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocalePa.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 LocalePa 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 LanguagePa();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguagePa();
27
+	}
28 28
 }
Please login to merge, or discard this patch.
src/Locale/LocaleHe.php 2 patches
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -11,20 +11,20 @@
 block discarded – undo
11 11
  */
12 12
 class LocaleHe 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 LanguageHe();
22
-    }
19
+	public function language()
20
+	{
21
+		return new LanguageHe();
22
+	}
23 23
 
24
-    public function numberSymbols()
25
-    {
26
-        return array(
27
-            self::NEGATIVE => self::LTR_MARK . self::HYPHEN,
28
-        );
29
-    }
24
+	public function numberSymbols()
25
+	{
26
+		return array(
27
+			self::NEGATIVE => self::LTR_MARK . self::HYPHEN,
28
+		);
29
+	}
30 30
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     public function numberSymbols()
25 25
     {
26 26
         return array(
27
-            self::NEGATIVE => self::LTR_MARK . self::HYPHEN,
27
+            self::NEGATIVE => self::LTR_MARK.self::HYPHEN,
28 28
         );
29 29
     }
30 30
 }
Please login to merge, or discard this patch.
src/Locale/LocaleFrVu.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 LocaleFrVu extends LocaleFr
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryVu();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryVu();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleFrYt.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 LocaleFrYt extends LocaleFr
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryYt();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryYt();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleMs.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 LocaleMs extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'Melayu';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'Melayu';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'MELAYU';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'MELAYU';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageMs();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageMs();
27
+	}
28 28
 }
Please login to merge, or discard this patch.
src/Locale/LocaleNlCw.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 LocaleNlCw extends LocaleNl
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryCw();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryCw();
17
+	}
18 18
 }
Please login to merge, or discard this patch.