Completed
Push — develop ( 0e9dd7...101596 )
by Greg
03:03
created
src/Locale/LocaleZhHans.php 2 patches
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -9,23 +9,23 @@
 block discarded – undo
9 9
  */
10 10
 class LocaleZhHans extends LocaleZh
11 11
 {
12
-    public function endonym()
13
-    {
14
-        if (get_class($this) === __NAMESPACE__ . '\LocaleZhHans') {
15
-            // If the Hans script has been specified (but no other tags), then it is customary to include it.
16
-            return '简体中文';
17
-        } else {
18
-            return parent::endonym();
19
-        }
20
-    }
12
+	public function endonym()
13
+	{
14
+		if (get_class($this) === __NAMESPACE__ . '\LocaleZhHans') {
15
+			// If the Hans script has been specified (but no other tags), then it is customary to include it.
16
+			return '简体中文';
17
+		} else {
18
+			return parent::endonym();
19
+		}
20
+	}
21 21
 
22
-    public function languageTag()
23
-    {
24
-        if (get_class($this) === __NAMESPACE__ . '\LocaleZhHans') {
25
-            // If the Hans script has been specified (but no other tags), then it is customary to include it.
26
-            return 'zh-Hans';
27
-        } else {
28
-            return parent::languageTag();
29
-        }
30
-    }
22
+	public function languageTag()
23
+	{
24
+		if (get_class($this) === __NAMESPACE__ . '\LocaleZhHans') {
25
+			// If the Hans script has been specified (but no other tags), then it is customary to include it.
26
+			return 'zh-Hans';
27
+		} else {
28
+			return parent::languageTag();
29
+		}
30
+	}
31 31
 }
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 {
12 12
     public function endonym()
13 13
     {
14
-        if (get_class($this) === __NAMESPACE__ . '\LocaleZhHans') {
14
+        if (get_class($this) === __NAMESPACE__.'\LocaleZhHans') {
15 15
             // If the Hans script has been specified (but no other tags), then it is customary to include it.
16 16
             return '简体中文';
17 17
         } else {
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
 
22 22
     public function languageTag()
23 23
     {
24
-        if (get_class($this) === __NAMESPACE__ . '\LocaleZhHans') {
24
+        if (get_class($this) === __NAMESPACE__.'\LocaleZhHans') {
25 25
             // If the Hans script has been specified (but no other tags), then it is customary to include it.
26 26
             return 'zh-Hans';
27 27
         } else {
Please login to merge, or discard this patch.
src/Locale/LocaleRw.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 LocaleRw extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'Kinyarwanda';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'Kinyarwanda';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'KINYARWANDA';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'KINYARWANDA';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageRw();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageRw();
27
+	}
28 28
 
29
-    public function numberSymbols()
30
-    {
31
-        return array(
32
-            self::GROUP   => self::DOT,
33
-            self::DECIMAL => self::COMMA,
34
-        );
35
-    }
29
+	public function numberSymbols()
30
+	{
31
+		return array(
32
+			self::GROUP   => self::DOT,
33
+			self::DECIMAL => self::COMMA,
34
+		);
35
+	}
36 36
 }
Please login to merge, or discard this patch.
src/Locale/LocaleSoEt.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 LocaleSoEt extends LocaleSo
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryEt();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryEt();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleBez.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 LocaleBez extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'Hibena';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'Hibena';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'HIBENA';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'HIBENA';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageBez();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageBez();
27
+	}
28 28
 }
Please login to merge, or discard this patch.
src/Locale/LocaleEsPy.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 LocaleEsPy extends LocaleEs
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryPy();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryPy();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleFrTd.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 LocaleFrTd extends LocaleFr
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryTd();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryTd();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleYueHant.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 LocaleYueHant extends LocaleYue
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return '粤语';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return '粤语';
17
+	}
18 18
 
19
-    public function script()
20
-    {
21
-        return new ScriptHant();
22
-    }
19
+	public function script()
20
+	{
21
+		return new ScriptHant();
22
+	}
23 23
 }
Please login to merge, or discard this patch.
src/Locale/LocaleSwUg.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 LocaleSwUg extends LocaleSw
13 13
 {
14
-    public function territory()
15
-    {
16
-        return new TerritoryUg();
17
-    }
14
+	public function territory()
15
+	{
16
+		return new TerritoryUg();
17
+	}
18 18
 }
Please login to merge, or discard this patch.
src/Locale/LocaleDyo.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 LocaleDyo extends AbstractLocale implements LocaleInterface
13 13
 {
14
-    public function endonym()
15
-    {
16
-        return 'joola';
17
-    }
14
+	public function endonym()
15
+	{
16
+		return 'joola';
17
+	}
18 18
 
19
-    public function endonymSortable()
20
-    {
21
-        return 'JOOLA';
22
-    }
19
+	public function endonymSortable()
20
+	{
21
+		return 'JOOLA';
22
+	}
23 23
 
24
-    public function language()
25
-    {
26
-        return new LanguageDyo();
27
-    }
24
+	public function language()
25
+	{
26
+		return new LanguageDyo();
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.