Completed
Push — develop ( 23da42...393505 )
by Greg
02:09
created
src/Locale/LocaleNdsNl.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
  * @license       GPLv3+
11 11
  */
12 12
 class LocaleNdsNl extends LocaleNds implements LocaleInterface {
13
-    public function territory() {
14
-        return new TerritoryNl;
15
-    }
13
+	public function territory() {
14
+		return new TerritoryNl;
15
+	}
16 16
 }
Please login to merge, or discard this patch.
src/Locale/LocaleSah.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -22,10 +22,10 @@
 block discarded – undo
22 22
 		return new LanguageSah;
23 23
 	}
24 24
 
25
-    public function numberSymbols() {
26
-        return array(
27
-            self::GROUP   => self::NBSP,
28
-            self::DECIMAL => self::COMMA,
29
-        );
30
-    }
25
+	public function numberSymbols() {
26
+		return array(
27
+			self::GROUP   => self::NBSP,
28
+			self::DECIMAL => self::COMMA,
29
+		);
30
+	}
31 31
 }
Please login to merge, or discard this patch.
src/Locale/LocaleScn.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -22,10 +22,10 @@
 block discarded – undo
22 22
 		return new LanguageScn;
23 23
 	}
24 24
 
25
-    public function numberSymbols() {
26
-        return array(
27
-            self::GROUP   => self::DOT,
28
-            self::DECIMAL => self::COMMA,
29
-        );
30
-    }
25
+	public function numberSymbols() {
26
+		return array(
27
+			self::GROUP   => self::DOT,
28
+			self::DECIMAL => self::COMMA,
29
+		);
30
+	}
31 31
 }
Please login to merge, or discard this patch.
src/Language/LanguageSd.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -17,11 +17,11 @@
 block discarded – undo
17 17
 	}
18 18
 
19 19
 	public function defaultScript()
20
-    {
21
-        return new ScriptArab();
22
-    }
20
+	{
21
+		return new ScriptArab();
22
+	}
23 23
 
24
-    public function defaultTerritory() {
24
+	public function defaultTerritory() {
25 25
 		return new TerritoryPk;
26 26
 	}
27 27
 
Please login to merge, or discard this patch.
src/Language/LanguageTg.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -21,11 +21,11 @@
 block discarded – undo
21 21
 	}
22 22
 
23 23
 	public function defaultTerritory()
24
-    {
25
-        return new TerritoryTj();
26
-    }
24
+	{
25
+		return new TerritoryTj();
26
+	}
27 27
 
28
-    public function pluralRule() {
28
+	public function pluralRule() {
29 29
 		return new PluralRule1;
30 30
 	}
31 31
 }
Please login to merge, or discard this patch.
src/Language/LanguageArs.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 	}
18 18
 
19 19
 	public function defaultTerritory()
20
-    {
21
-        return new TerritorySa();
22
-    }
20
+	{
21
+		return new TerritorySa();
22
+	}
23 23
 }
Please login to merge, or discard this patch.
src/Locale/LocaleUr.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -22,9 +22,9 @@
 block discarded – undo
22 22
 		return new LanguageUr;
23 23
 	}
24 24
 
25
-    public function numberSymbols() {
26
-        return array(
27
-            self::NEGATIVE => self::LTR_MARK . self::HYPHEN,
28
-        );
29
-    }
25
+	public function numberSymbols() {
26
+		return array(
27
+			self::NEGATIVE => self::LTR_MARK . self::HYPHEN,
28
+		);
29
+	}
30 30
 }
Please login to merge, or discard this patch.
src/Locale/LocaleSmn.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -22,15 +22,15 @@
 block discarded – undo
22 22
 		return new LanguageSmn;
23 23
 	}
24 24
 
25
-    public function numberSymbols() {
26
-        return array(
27
-            self::GROUP   => self::NBSP,
28
-            self::DECIMAL => self::COMMA,
29
-        );
30
-    }
25
+	public function numberSymbols() {
26
+		return array(
27
+			self::GROUP   => self::NBSP,
28
+			self::DECIMAL => self::COMMA,
29
+		);
30
+	}
31 31
 
32
-    public function percentFormat()
33
-    {
34
-        return '%s' . self:: NBSP . self::PERCENT;
35
-    }
32
+	public function percentFormat()
33
+	{
34
+		return '%s' . self:: NBSP . self::PERCENT;
35
+	}
36 36
 }
Please login to merge, or discard this patch.
src/Locale/LocaleTg.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -18,10 +18,10 @@
 block discarded – undo
18 18
 		return new LanguageTg;
19 19
 	}
20 20
 
21
-    public function numberSymbols() {
22
-        return array(
23
-            self::GROUP    => self::NBSP,
24
-            self::DECIMAL  => self::COMMA,
25
-        );
26
-    }
21
+	public function numberSymbols() {
22
+		return array(
23
+			self::GROUP    => self::NBSP,
24
+			self::DECIMAL  => self::COMMA,
25
+		);
26
+	}
27 27
 }
Please login to merge, or discard this patch.