Completed
Push — develop ( 23da42...393505 )
by Greg
02:09
created
src/Language/LanguageCcp.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -22,12 +22,12 @@
 block discarded – undo
22 22
 		return new TerritoryBd;
23 23
 	}
24 24
 
25
-    public function defaultScript() {
26
-        return new ScriptCakm;
27
-    }
25
+	public function defaultScript() {
26
+		return new ScriptCakm;
27
+	}
28 28
 
29
-    public function pluralRule()
30
-    {
31
-        return new PluralRule0();
32
-    }
29
+	public function pluralRule()
30
+	{
31
+		return new PluralRule0();
32
+	}
33 33
 }
Please login to merge, or discard this patch.
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 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 
25 25
     public function numberSymbols() {
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/LocaleSmn.php 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,6 +31,6 @@
 block discarded – undo
31 31
 
32 32
     public function percentFormat()
33 33
     {
34
-        return '%s' . self:: NBSP . self::PERCENT;
34
+        return '%s'.self:: NBSP.self::PERCENT;
35 35
     }
36 36
 }
Please login to merge, or discard this patch.