Completed
Push — develop ( cff0a3...e29564 )
by Greg
14:17
created
Category
src/Locale/LocaleEnFi.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 	}
18 18
 
19 19
 	protected function percentFormat() {
20
-		return '%s' . self::NBSP . self::PERCENT;
20
+		return '%s'.self::NBSP.self::PERCENT;
21 21
 	}
22 22
 
23 23
 	public function territory() {
Please login to merge, or discard this patch.
src/Locale/LocaleTk.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,6 +30,6 @@
 block discarded – undo
30 30
 	}
31 31
 
32 32
 	protected function percentFormat() {
33
-		return '%s' . self::NBSP . self::PERCENT;
33
+		return '%s'.self::NBSP.self::PERCENT;
34 34
 	}
35 35
 }
Please login to merge, or discard this patch.
src/Locale/LocalePs.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,11 +22,11 @@
 block discarded – undo
22 22
 		return array(
23 23
 			self::GROUP    => self::ARAB_GROUP,
24 24
 			self::DECIMAL  => self::ARAB_DECIMAL,
25
-			self::NEGATIVE => self::LTR_MARK . self::HYPHEN . self::LTR_MARK,
25
+			self::NEGATIVE => self::LTR_MARK.self::HYPHEN.self::LTR_MARK,
26 26
 		);
27 27
 	}
28 28
 
29 29
 	protected function percentFormat() {
30
-		return '%s' . self::ARAB_PERCENT;
30
+		return '%s'.self::ARAB_PERCENT;
31 31
 	}
32 32
 }
Please login to merge, or discard this patch.
src/Locale/LocaleQu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
 	}
24 24
 
25 25
 	protected function percentFormat() {
26
-		return '%s' . self::NBSP . self::PERCENT;
26
+		return '%s'.self::NBSP.self::PERCENT;
27 27
 	}
28 28
 }
Please login to merge, or discard this patch.
src/Locale/LocaleNah.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 	}
31 31
 
32 32
 	protected function percentFormat() {
33
-		return '%s' . self::PERCENT;
33
+		return '%s'.self::PERCENT;
34 34
 	}
35 35
 
36 36
 }
Please login to merge, or discard this patch.
src/Locale/LocaleSv.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,6 +35,6 @@
 block discarded – undo
35 35
 	}
36 36
 
37 37
 	protected function percentFormat() {
38
-		return '%s' . self::NBSP . self::PERCENT;
38
+		return '%s'.self::NBSP.self::PERCENT;
39 39
 	}
40 40
 }
Please login to merge, or discard this patch.
src/Locale/LocaleCe.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
 	}
24 24
 
25 25
 	protected function percentFormat() {
26
-		return '%s' . self::NBSP . self::PERCENT;
26
+		return '%s'.self::NBSP.self::PERCENT;
27 27
 	}
28 28
 }
Please login to merge, or discard this patch.
src/Locale/LocaleArLy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 		return array(
15 15
 			self::GROUP    => self::DOT,
16 16
 			self::DECIMAL  => self::COMMA,
17
-			self::NEGATIVE => self::LTR_MARK . self::HYPHEN,
17
+			self::NEGATIVE => self::LTR_MARK.self::HYPHEN,
18 18
 		);
19 19
 	}
20 20
 
Please login to merge, or discard this patch.
src/Locale/LocaleIu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,6 +30,6 @@
 block discarded – undo
30 30
 	}
31 31
 
32 32
 	protected function percentFormat() {
33
-		return '%s' . self::NBSP . self::PERCENT;
33
+		return '%s'.self::NBSP.self::PERCENT;
34 34
 	}
35 35
 }
Please login to merge, or discard this patch.