Completed
Push — develop ( b2a605...23da42 )
by Greg
03:08
created
src/Locale/AbstractLocale.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 	const NEGATIVE = '-'; // Negative numbers
21 21
 
22 22
 	// "Target" strings, when translating numbers
23
-    const ALM          = "\xD8\x9C"; // Arabic Letter Mark
23
+	const ALM          = "\xD8\x9C"; // Arabic Letter Mark
24 24
 	const APOSTROPHE   = '’';
25 25
 	const ARAB_DECIMAL = "\xD9\xAB";
26 26
 	const ARAB_GROUP   = "\xD9\xAC";
@@ -114,14 +114,14 @@  discard block
 block discarded – undo
114 114
 		return $this->script()->direction();
115 115
 	}
116 116
 
117
-    /**
118
-     * A locale must define an endonym.
119
-     *
120
-     * @return string
121
-     */
122
-    abstract public function endonym();
117
+	/**
118
+	 * A locale must define an endonym.
119
+	 *
120
+	 * @return string
121
+	 */
122
+	abstract public function endonym();
123 123
 
124
-    /**
124
+	/**
125 125
 	 * A sortable version of the locale name.  For example, “British English”
126 126
 	 * might sort as “ENGLISH, BRITISH” to keep all the variants of English together.
127 127
 	 *
@@ -146,11 +146,11 @@  discard block
 block discarded – undo
146 146
 		}
147 147
 	}
148 148
 
149
-    /**
150
-     * A locale must define a language.
151
-     *
152
-     * @return LanguageInterface
153
-     */
149
+	/**
150
+	 * A locale must define a language.
151
+	 *
152
+	 * @return LanguageInterface
153
+	 */
154 154
 	abstract public function language();
155 155
 
156 156
 	/**
Please login to merge, or discard this patch.
src/Locale/LocaleArTn.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -11,25 +11,25 @@
 block discarded – undo
11 11
  * @license       GPLv3+
12 12
  */
13 13
 class LocaleArTn extends LocaleAr {
14
-    public function numberSymbols() {
15
-        return array(
16
-            self::GROUP    => self::DOT,
17
-            self::DECIMAL  => self::COMMA,
18
-            self::NEGATIVE => self::LTR_MARK . '-',
19
-        );
20
-    }
14
+	public function numberSymbols() {
15
+		return array(
16
+			self::GROUP    => self::DOT,
17
+			self::DECIMAL  => self::COMMA,
18
+			self::NEGATIVE => self::LTR_MARK . '-',
19
+		);
20
+	}
21 21
 
22
-    protected function numerals() {
23
-        $latin = new ScriptLatn();
22
+	protected function numerals() {
23
+		$latin = new ScriptLatn();
24 24
 
25
-        return $latin->numerals();
26
-    }
25
+		return $latin->numerals();
26
+	}
27 27
 
28
-    protected function percentFormat() {
29
-        return '%s' . self::LTR_MARK . self::PERCENT . self::LTR_MARK;
30
-    }
28
+	protected function percentFormat() {
29
+		return '%s' . self::LTR_MARK . self::PERCENT . self::LTR_MARK;
30
+	}
31 31
 
32
-    public function territory() {
32
+	public function territory() {
33 33
 		return new TerritoryTn;
34 34
 	}
35 35
 }
Please login to merge, or discard this patch.
src/Script/ScriptAdlm.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 		return '166';
17 17
 	}
18 18
 
19
-    public function unicodeName() {
20
-        return 'Adlam';
21
-    }
19
+	public function unicodeName() {
20
+		return 'Adlam';
21
+	}
22 22
 }
Please login to merge, or discard this patch.
src/Script/ScriptGonm.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 		return '313';
17 17
 	}
18 18
 
19
-    public function unicodeName() {
20
-        return 'Masaram_Gondi';
21
-    }
19
+	public function unicodeName() {
20
+		return 'Masaram_Gondi';
21
+	}
22 22
 }
Please login to merge, or discard this patch.
src/Script/ScriptOsge.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 		return '219';
17 17
 	}
18 18
 
19
-    public function unicodeName() {
20
-        return 'Osage';
21
-    }
19
+	public function unicodeName() {
20
+		return 'Osage';
21
+	}
22 22
 }
Please login to merge, or discard this patch.
src/Script/ScriptTang.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 		return '520';
17 17
 	}
18 18
 
19
-    public function unicodeName() {
20
-        return 'Tangut';
21
-    }
19
+	public function unicodeName() {
20
+		return 'Tangut';
21
+	}
22 22
 }
Please login to merge, or discard this patch.
src/Script/ScriptElym.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 		return '128';
17 17
 	}
18 18
 
19
-    public function unicodeName() {
20
-        return 'Elymaic';
21
-    }
19
+	public function unicodeName() {
20
+		return 'Elymaic';
21
+	}
22 22
 }
Please login to merge, or discard this patch.
src/Script/ScriptMarc.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 		return '332';
17 17
 	}
18 18
 
19
-    public function unicodeName() {
20
-        return 'Marchen';
21
-    }
19
+	public function unicodeName() {
20
+		return 'Marchen';
21
+	}
22 22
 }
Please login to merge, or discard this patch.
src/Script/ScriptNshu.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 		return '499';
17 17
 	}
18 18
 
19
-    public function unicodeName() {
20
-        return 'Nushu';
21
-    }
19
+	public function unicodeName() {
20
+		return 'Nushu';
21
+	}
22 22
 }
Please login to merge, or discard this patch.